From: Scott James Remnant Date: Fri, 23 Jan 2004 06:06:13 +0000 (+0000) Subject: * ltmain.in: include newline in "sensible default" for IFS. X-Git-Tag: release-1-5-2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=547f22f10fa5bc1c696c484122239f678471c094;p=thirdparty%2Flibtool.git * ltmain.in: include newline in "sensible default" for IFS. (Debian Bug #98492 and #95447) --- diff --git a/ChangeLog b/ChangeLog index b6126766a..dfeef73ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-23 Scott James Remnant + * ltmain.in: include newline in "sensible default" for IFS. + (Debian Bug #98492 and #95447) + 2004-01-23 Scott James Remnant * libtool.m4: allow STRIP to contain spaces and additional diff --git a/ltmain.in b/ltmain.in index 13a66ea2b..566ac000e 100644 --- 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