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: Gary V . Vaughan
Subject: Re: m4 files not found during make dist
Date: Tue, 6 Apr 2004 09:16:45 +0100

-----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...

HTH,
        Gary.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAcmdyFRMICSmD1gYRAobXAKCUyC2KXn+8NlVNZRYpxlZV630n8ACgxs89
22MPPcaptXIIn7C4pVwGeiM=
=nNzv
-----END PGP SIGNATURE-----





reply via email to

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