Hallo Ralf, I think there is a bug in this commit:
Ralf Wildenhues wrote:
Index: tests/testsuite.at =================================================================== RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v retrieving revision 1.22 diff -u -r1.22 testsuite.at --- tests/testsuite.at 30 Sep 2005 16:00:23 -0000 1.22 +++ tests/testsuite.at 5 Oct 2005 08:57:25 -0000 @@ -24,17 +24,23 @@ : ${ACLOCAL=aclocal} : ${AUTOHEADER=autoheader} : ${AUTOCONF=autoconf} +: ${AUTOMAKE=automake} : ${AUTORECONF=autoreconf} -export LIBTOOLIZE LIBTOOL ACLOCAL AUTOHEADER AUTOCONF AUTORECONF +export LIBTOOLIZE LIBTOOL ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF macrodir="$abs_top_srcdir/libltdl/m4" eval `$LIBTOOL --config | grep ^EGREP=` -eval `$LIBTOOL --config | $EGREP '^(host|host_os|build)='` +eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|ECHO)='` +configure_options= +if test -n "$host_alias"; then + configure_options="--host $host_alias" +fi m4_divert_pop([PREPARE_TESTS])dnl+# LT_AT_LIBTOOLIZE([ARGS]) # ------------------------ m4_define([LT_AT_LIBTOOLIZE], -[_lt_pkgdatadir="$abs_top_srcdir" "$LIBTOOLIZE" $1
Was this deliberate? Most of my tests now fail because libtoolize is looking in the (not yet) installed macro tree for files to copy...
+[$LIBTOOLIZE $1 ])
Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature