* Gary V. Vaughan wrote on Tue, Apr 05, 2005 at 11:08:52AM CEST:
> Ralf Wildenhues wrote:
>
> > OK to apply this fix?
>
*snip*
> In the meantime, if you want to apply this to HEAD while we discuss the
> final details, then please go ahead.
Done, thanks.
Regards,
Ralf
2005-04-07 Ralf Wildenhues <[EMAIL PROTECTED]>
* tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing
in-tree libtoolize.
Index: tests/testsuite.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v
retrieving revision 1.9
diff -u -r1.9 testsuite.at
--- tests/testsuite.at 4 Apr 2005 17:24:40 -0000 1.9
+++ tests/testsuite.at 7 Apr 2005 06:36:28 -0000
@@ -43,7 +43,7 @@
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
])