]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set
authorPeter O'Gorman <peter@pogma.com>
Tue, 17 Oct 2006 12:57:15 +0000 (12:57 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 17 Oct 2006 12:57:15 +0000 (12:57 +0000)
old_striplib.

ChangeLog
libtool.m4

index 3c842eddf4995cb7316911fd86e15296da20624a..ff7377007de72ed32609e4e27fa667413b598e65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-17  Peter O'Gorman  <peter@pogma.com>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set
+       old_striplib.
+
 2006-10-13  Eric Blake  <ebb9@byu.net>
 
        * libltdl/ltdl.c (unload_deplibs, load_deplibs): Avoid memory
index 5675c6d9578b2b6307ff2a2290319ff9bb98bf35..247c341c44874db6bec75983b38d2772fbe69a3f 100644 (file)
@@ -1182,6 +1182,7 @@ else
    darwin*)
        if test -n "$STRIP" ; then
          striplib="$STRIP -x"
+         old_striplib="$STRIP -S"
          AC_MSG_RESULT([yes])
        else
   AC_MSG_RESULT([no])