From: Ralf Wildenhues Date: Wed, 27 Apr 2005 11:41:19 +0000 (+0000) Subject: * tests/defs.m4sh (func_configure): Don't run the whole configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a544a0dfb669b2e3c2ed3f314e0072df614c8ba;p=thirdparty%2Flibtool.git * tests/defs.m4sh (func_configure): Don't run the whole configure script with -x. --- diff --git a/ChangeLog b/ChangeLog index bf6ea052f..3f7e12dd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-27 Ralf Wildenhues + * tests/defs.m4sh (func_configure): Don't run the whole configure + script with -x. + * config/ltmain.m4sh: Audit use of echo vs $ECHO. Reported by Robert Ögren and others. diff --git a/tests/defs.m4sh b/tests/defs.m4sh index bf9b8545f..37a7c8d6a 100644 --- a/tests/defs.m4sh +++ b/tests/defs.m4sh @@ -193,7 +193,6 @@ func_configure () eval $SHELL "$my_testdir/configure" $my_args || \ { func_msg "FAILED: Configuring in $my_testdir" ls -ltr $my_testdir - eval $SHELL -vx "$my_testdir/configure" $my_args; exit $EXIT_FAILURE; } }