* m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too.

This commit is contained in:
Peter O'Gorman 2004-09-24 15:17:19 +00:00
parent 5b5f6d0fde
commit ea60dcd3ad
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-09-24 Peter O'Gorman <peter@pogma.com>
* 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.

1
m4/libtool.m4 vendored
View File

@ -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])