]> 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:37:29 +0000 (11:37 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 27 Apr 2005 11:37:29 +0000 (11:37 +0000)
script with -x.

ChangeLog
tests/defs.m4sh

index 9c5d263981e277abfd06f2d0a601ac99cbcf986f..73f0a0b93307c298b156c2f61536174ccfc79356 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;
       }
 }