libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD old static/shared tests


From: Ralf Wildenhues
Subject: FYI: HEAD old static/shared tests
Date: Sat, 12 Nov 2005 10:17:19 +0100
User-agent: Mutt/1.5.9i

Darn, I sometimes suck. Give me that brown paper bag, please.  Fast.
(been in there since 2005-08-12).

Applied to HEAD.

Duly sorry,
Ralf

        * tests/defs.m4sh (func_configure_nofail): Actually pass
        options (like --disable-shared) to func_configure.

Index: tests/defs.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/defs.m4sh,v
retrieving revision 1.15
diff -u -r1.15 defs.m4sh
--- tests/defs.m4sh     27 Sep 2005 06:48:22 -0000      1.15
+++ tests/defs.m4sh     12 Nov 2005 09:15:48 -0000
@@ -205,7 +205,7 @@
 # Configure the demonstration, fail on error.
 func_configure ()
 {
-    func_configure_nofail
+    func_configure_nofail ${1+"$@"}
     if test "$conf_status" -eq "$EXIT_FAILURE"; then
       exit $EXIT_FAILURE
     fi




reply via email to

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