]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: allow STRIP to contain spaces and additional
authorScott James Remnant <scott@netsplit.com>
Sat, 13 Sep 2003 12:02:04 +0000 (12:02 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sat, 13 Sep 2003 12:02:04 +0000 (12:02 +0000)
arguments.  (Debian Bug #183055)
* ltmain.in: include newline in "sensible default" for IFS.
(Debian Bug #98492 and #95447)

ChangeLog
libtool.m4
ltmain.in

index ed4210a67704fa37c6f71e23f179851eca2484d2..40403265ccaabeb2a206ff7c5fb11fd8e57e7284 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-13  Scott James Remnant  <scott@netsplit.com>
+
+       * libtool.m4: allow STRIP to contain spaces and additional
+       arguments.  (Debian Bug #183055)
+       * ltmain.in: include newline in "sensible default" for IFS.
+       (Debian Bug #98492 and #95447)  
+
 2003-09-11  Peter O'Gorman  <peter@pogma.com>
 
        * AUTHORS, THANKS: Added myself to AUTHORS, removed from THANKS.
index b458dc22a74abc9dfc52ce183a7667e323a688ce..f24bb73a3c6ca3e1f48f4892f12c82ba97d809e6 100644 (file)
@@ -3840,7 +3840,7 @@ 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 \
@@ -4021,7 +4021,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
index 7834fef68ad65b4f95cea9ef1828b925da567d9a..d0149df3e0f095422254687042efaeb7729b15ab 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -94,7 +94,8 @@ if test "${LANG+set}" = set; then
 fi
 
 # Make sure IFS has a sensible default
-: ${IFS="      "}
+: ${IFS="      
+"}
 
 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
   $echo "$modename: not configured to build any kind of library" 1>&2