libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: no sh -x configure in error case


From: Ralf Wildenhues
Subject: FYI: no sh -x configure in error case
Date: Wed, 27 Apr 2005 13:41:28 +0200
User-agent: Mutt/1.4.1i

I put this in branch-1-5 some time ago, but it also goes on your nerves
in the newer ones.  Applied to HEAD, branch-2-0.

Regards,
Ralf

2005-04-27  Ralf Wildenhues  <address@hidden>

        * tests/defs.m4sh (func_configure): Don't run the whole configure
        script with -x.

Index: tests/defs.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/defs.m4sh,v
retrieving revision 1.1.2.10
diff -u -r1.1.2.10 defs.m4sh
--- tests/defs.m4sh     25 Apr 2005 15:06:43 -0000      1.1.2.10
+++ tests/defs.m4sh     27 Apr 2005 11:38:41 -0000
@@ -193,7 +193,6 @@
     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;
       }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]