libtool-patches
[Top][All Lists]
Advanced

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

[FYI] Oops, don't want to add gcc -v output in the middle of configure.


From: Peter O'Gorman
Subject: [FYI] Oops, don't want to add gcc -v output in the middle of configure.
Date: Fri, 24 Sep 2004 23:58:15 +0900
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

Applied this.

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
2004-09-24  Peter O'Gorman  <address@hidden>

        * m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v
        output during configure.

from  Gary V. Vaughan  <address@hidden>
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.115
diff -u -3 -p -u -r1.115 libtool.m4
--- m4/libtool.m4 24 Sep 2004 12:51:24 -0000 1.115
+++ m4/libtool.m4 24 Sep 2004 14:48:35 -0000
@@ -4765,7 +4765,7 @@ if test "$caught_CXX_error" != yes; then
           case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
           10.[[0123]])
             # only use -single_module on bona fide Apple compilers.
-            if ($CC -v) && $CC -v 2>&1| grep Apple 2>&1 >/dev/null ; then
+            if ($CC -v) 2>&1 >/dev/null && $CC -v 2>&1| grep Apple 2>&1 
>/dev/null ; then
               if $CC -dumpspecs 2>&1 | $GREP 'single_module' >/dev/null ; then
                 lt_int_apple_cc_single_mod=yes
               fi

reply via email to

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