libtool-patches
[Top][All Lists]
Advanced

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

CVS libtoolize uses wrong files


From: Bob Friesenhahn
Subject: CVS libtoolize uses wrong files
Date: Wed, 28 Dec 2005 22:01:18 -0600 (CST)

I configured CVS libtool to use the prefix /usr/local/autotools-devel and autoconf/automake also use that prefix and come first in the PATH. I edited libltdl/Makefile.inc and installed libtool. The file /usr/local/autotools-devel/share/libtool/libltdl/Makefile.inc reflects my changes. However, the ltdl/Makefile.inc generated by

  libtoolize --verbose --copy --force --nonrecursive --ltdl=ltdl

did not include the changes. So I instrumented func_fixup_Makefile_inc() and discovered that $my_srcdir is /usr/local/share/libtool/libltdl so the wrong (older) files are being used!!!

I also notice that although as far as I am aware, I have not configured CVS libtool to use the default prefix, but I see that on December 6, the pre-existing content of /usr/local/share/libtool/libltdl was overwritten with newer files (arrgh!). It is likely that at that time I used Autoconf 2.59 to bootstrap libtool. I am using CVS autoconf now. Today's files install into /usr/local/autotools-devel/share/libtool/libltdl/.

What's up with this?

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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