* tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing

in-tree libtoolize.
This commit is contained in:
Ralf Wildenhues 2005-04-07 06:37:23 +00:00
parent ae669866bd
commit 8b6f5a929f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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 <lists@roboros.com>.

View File

@ -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
])