libtool
[Top][All Lists]
Advanced

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

Re: Building a Libtool 2 package with libltdl from 1.5


From: Rafał Mużyło
Subject: Re: Building a Libtool 2 package with libltdl from 1.5
Date: Wed, 26 Nov 2008 17:57:28 +0100
User-agent: Mutt/1.5.16 (2007-06-09)

Something that may be of interest:
http://bugs.gentoo.org/show_bug.cgi?id=212723

especially my comment #8.

For non-Gentoo users:
eautoreconf (if I were to simplify it) is something like this:
- first call aclocal (with additional -I options, if needed)
- then check for libtool use and call 'libtoolize -c -f -i', if required
(of course, -i is just for libtool 2)
- if libtoolize was called, call aclocal again
- call autoconf (and autoheader, if needed)
- finally, call 'automake -c -f'

AC_CONFIG_MACRO_DIR conflict (comment #15) is a well known 
libtool 2 change.

So, guile does build correctly with libtool 2 with only
a trivial change (that AC_CONFIG_MACRO_DIR thing).





reply via email to

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