Ralf Wildenhues wrote:
Index: tests/testsuite.at =================================================================== RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v retrieving revision 1.26 diff -u -r1.26 testsuite.at --- tests/testsuite.at 11 Oct 2005 16:51:50 -0000 1.26 +++ tests/testsuite.at 11 Oct 2005 19:19:49 -0000 @@ -94,7 +94,7 @@ # -------------------------- m4_define([LT_AT_MAKE], [( $unset LIBTOOL LIBTOOLIZE - AT_CHECK([$2 $MAKE -e $1], [0], [ignore], [ignore]) ) + AT_CHECK([$MAKE $1 $2], [0], [ignore], [ignore]) ) ])
Yep, with this change, I re-ran the 'new' tests in the tarball-derived build directory, and got the same results (28 pass, 1 skip, 1 expected failure) as I had originally seen in the build directory created directly from the CVS working dir.
-- Chuck _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
