Re: To hack or not to hack

2000-04-04 Thread Alexandre Oliva
On Apr 4, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: Michael> - automake forces me to configure libtool for every package. Michael> I cannot use a configured libtool installed in a base Michael> package. > You might be able to make this work somehow, but I don't know it > offhand. I *think* t

Re: To hack or not to hack

2000-04-04 Thread Michael Bletzinger
Tom Tromey wrote: > > > "Michael" == Michael Bletzinger <[EMAIL PROTECTED]> writes: > Michael> - autoheader automagically defines the PACKAGE and VERSION > Michael> variable in every config.h file making it impossible for > Michael> packages to cleanly include more than one config.h file. >

automake --add-missing --copy

2000-04-04 Thread Lars J. Aas
Using: automake (GNU automake) 1.4a I've always been annoyed that automake --add-missing --copy doesn't pass the "--copy"-option along to libtoolize, so I end up with symlinked config.guess, config.sub, ltconfig and ltmain.sh. This might be fixed already, it's an "old" (month at least) automake