libtool
[Top][All Lists]
Advanced

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

Re: m4 files not found during make dist


From: Dalibor Topic
Subject: Re: m4 files not found during make dist
Date: Tue, 06 Apr 2004 14:30:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316

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




reply via email to

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