libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtoolize questions


From: jdf [zionarea.org]
Subject: libtoolize questions
Date: Wed, 26 Jan 2005 14:36:33 +0100
User-agent: Internet Messaging Program (IMP) 3.2.5


Making a new thread with what I deduced from my previous thread, I wonder why
libtoolize doesn't make newer files if older ones are found.

And almost if the compilation ends with errors from libtool. Doesn't that
automake
or another file from configuration is able to detect such problems ?
I mean, here is a potential solution, but I'm very bad with such shell
programming,
so this might not be possible:

if AM_PROG_LIBTOOL is defined in configure.in, this makes
libtoolize --automake to be executed. This execution should notice somewhere
that the libtool files (ltmain.sh and so) are older than the possible ones
(threw
libtool installation).

if the build ends with an error from libtool, then,
at least says at screen that newer libtool files might overpass this error, so
user will have to regenerate configure files again. (maybe providing new
default arguments to configure so that we can say overwrite older libtool
files).
Or try to do that automatically so next time user will regenerate files, new
libtool files are created.

Hope this is not bad.

jdf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]