libtool-patches
[Top][All Lists]
Advanced

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

Re: [FYI] Oops, don't want to add gcc -v output in the middle of configu


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

Gary V. Vaughan wrote:

Hi Peter!

Peter O'Gorman wrote:

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

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


Thanks!  Been meaning to look into that myself for a few days.

Looks like it was a double-oops.

Applied the attached patch.

Sorry,
Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
2004-09-27  Peter O'Gorman  <address@hidden>

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

from  Albert Chin-A-Young  <address@hidden>
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.119
diff -u -3 -p -u -r1.119 libtool.m4
--- m4/libtool.m4 26 Sep 2004 20:01:26 -0000 1.119
+++ m4/libtool.m4 27 Sep 2004 14:51:58 -0000
@@ -4766,7 +4766,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) 2>&1 >/dev/null && $CC -v 2>&1| grep Apple 2>&1 
>/dev/null ; then
+            if $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]