]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/defs.m4sh (func_configure): Don't run the whole configure
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 27 Apr 2005 11:41:19 +0000 (11:41 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 27 Apr 2005 11:41:19 +0000 (11:41 +0000)
script with -x.

ChangeLog
tests/defs.m4sh

index bf6ea052f7d162b9bb5336f43f27b4031d9ba147..3f7e12dd509fa86b5b245a875f8a72e5558f1ee0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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 <lists@roboros.com> and others.
 
index bf9b8545ff4f68fcfb71cfc3d6616e54fd9fe28e..37a7c8d6a9d092649a0f3849eda75dd0890aaaf5 100644 (file)
@@ -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;
       }
 }