output during configure. (Really this time, honest)
+2004-09-27 Peter O'Gorman <peter@pogma.com>
+
+ * m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v
+ output during configure. (Really this time, honest)
+
2004-09-26 Albert Chin-A-Young <china@thewrittenword.com>
* m4/libtool.m4 (_LT_LINKER_SHLIBS) [aix]: In archive_expsym_cmds,
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