From: Peter O'Gorman Date: Fri, 24 Sep 2004 15:17:19 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too. X-Git-Tag: release-1-9d~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea60dcd3ad754ee05b6882e2453544ed91800415;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too. --- diff --git a/ChangeLog b/ChangeLog index a32a7f9dc..218abcbce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-09-24 Peter O'Gorman + * m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too. + * m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v output during configure. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 1f8c6a3d9..ac8573924 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1559,6 +1559,7 @@ else darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no])