From: Ralf Wildenhues Date: Thu, 7 Apr 2005 06:37:23 +0000 (+0000) Subject: * tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing X-Git-Tag: release-2-1b~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6f5a929ffdef11c45b5da8549248487ac315c5;p=thirdparty%2Flibtool.git * tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing in-tree libtoolize. --- diff --git a/ChangeLog b/ChangeLog index e9d6874cd..38dd041ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-07 Ralf Wildenhues + * tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing + in-tree libtoolize. + * m4/libtool.m4 (_LT_CONFIG_COMMANDS): Only call sed if necessary while quoting all libtool variables. Reported by Robert Ögren . diff --git a/tests/testsuite.at b/tests/testsuite.at index 8a8f31f9c..57deaa462 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -43,7 +43,7 @@ m4_define([LT_AT_CHECK_LIBTOOLIZE], m4_define([LT_AT_BOOTSTRAP], [ test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy]) -test -f ./configure || autoreconf --force --verbose --install +test -f ./configure || _lt_pkgvdatadir="$abs_top_srcdir" autoreconf --force --verbose --install test -f ./configure || exit 1 ./configure ])