Gary V.Vaughan wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 6 Apr 2004, at 08:36, Maciej Pietrzak wrote:


On Tue, Apr 06, 2004 at 01:11:30AM +0100, Gary V.Vaughan wrote:


It depends... What does libtoolize --version say?




horpah:~% libtoolize --version
libtoolize (GNU libtool) 1.5.4


Okay.

Do you have the l{tdl,ibtool}.m4 files in /usr/local/share/aclocal? If not, libtool is not installed properly.

Did you add AC_PROG_LIBTOOL to your configure.(ac|in)? If not do that now.

Does running aclocal --copy --add-missing put a copy of the code from l{tdl,ibtool}.m4 into your aclocal.m4? If it does, then that is all you need. With automake < 1.8 or libtool 1.5.x, to prevent getting a version mismatch when people build your distribution, you should 'cat $aclocaldir/l{tdl,ibtool}.m4 >> acinclude.m4' in $top_srcdir as part of your
pre-configure bootstrap.


If the code is missing from aclocal.m4, try the acinclude recipe above anyway and rerun aclocal...

I had the problem that 1.5.4 didn't install the libltdl directory on my i368-linux box, and ended up making them and installing them there manually from the libltdl directory. Then libtoolize worked fine again.


cheers,
dalibor topic


_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to