]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: allow STRIP to contain spaces and additional
authorScott James Remnant <scott@netsplit.com>
Fri, 23 Jan 2004 06:05:57 +0000 (06:05 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 23 Jan 2004 06:05:57 +0000 (06:05 +0000)
arguments.  (Debian Bug #183055)

ChangeLog
libtool.m4

index e413d32db324798de2b59dd2cfa333aaa876238e..b6126766a2221005e4bb32e6d3dc9799e27b7fd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-23  Scott James Remnant  <scott@netsplit.com>
+
+       * libtool.m4: allow STRIP to contain spaces and additional
+       arguments.  (Debian Bug #183055)
+
 2004-01-23  Scott James Remnant  <scott@netsplit.com>
 
        * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Remove dead code
index 1278e49aa238c509ada71cf8656496c3369dc585..cf87364cdcc111b67b60f83cc5ed3a46810a731e 100644 (file)
@@ -3849,7 +3849,8 @@ if test -f "$ltmain"; then
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
+    SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     deplibs_check_method reload_flag reload_cmds need_locks \
@@ -4030,7 +4031,7 @@ LN_S=$lt_LN_S
 NM=$lt_NM
 
 # A symbol stripping program
-STRIP=$STRIP
+STRIP=$lt_STRIP
 
 # Used to examine libraries when file_magic_cmd begins "file"
 MAGIC_CMD=$MAGIC_CMD