On Sep  7, 2000, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote:

> Should I commit the following to libtool as an ugly fix?

>     $ echo "This file is intentionally blank" > ltconfig
>     $ cvs add ltconfig
>     $ clcommit
    
Maybe something like:

#! /bin/sh
echo "ltconfig is obsolete in this version of libtool." >&2
exit 1

> Here is a patch to CVS automake to fix the problem properly.

I don't think it fixes the problem properly.  It's ok as a Quick Hack
(TM) for us, but assumes the user is using CVS libtool, but automake
shouldn't assume that.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to