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