This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [automake patch] Re: While I'm at it....


On Sep  7, 2000, "Gary V. Vaughan" <gvv@techie.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]