]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 7 Apr 2005 06:37:23 +0000 (06:37 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 7 Apr 2005 06:37:23 +0000 (06:37 +0000)
in-tree libtoolize.

ChangeLog
tests/testsuite.at

index e9d6874cdd04a0aa31726c68516132e364bfd670..38dd041bab0854d366abc21172846a5e05a3e96b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.
index 8a8f31f9ce68e9bd935bdaa2980a51e91438921c..57deaa462449243e174b6faca9cc006ed8f1673a 100644 (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
 ])