Jeff Squyres wrote:
> On Dec 8, 2009, at 1:23 PM, Brice Goglin wrote:
>
>   
>> We already have
>> LT_PREREQ([2.2.6])
>> LT_INIT
>> It doesn't seem to actually enforce libtool >= 2.2.6
>>     
>
> Really?  That would be surprising -- I don't have LT < 2.2.6 convenient to 
> test with...
>   


Here's what you get with libtool 1.5.22 and autoconf 2.64 with trunk
from yesterday:
$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /usr/local/bin/aclocal
-I/usr/local/stow/automake-1.11/share/aclocal-1.11/
-I/usr/local/stow/libtool-2.2.6/share/aclocal/ --force -I config -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `config'.
autoreconf: running: /usr/local/stow/autoconf-2.64/bin/autoconf --force
autoreconf: running: /usr/local/stow/autoconf-2.64/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'

Reply via email to