]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs
authorGary V. Vaughan <gary@gnu.org>
Mon, 23 Feb 2004 16:00:37 +0000 (16:00 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 23 Feb 2004 16:00:37 +0000 (16:00 +0000)
doesn't offer to strip trailing ' \t' on every save.

ChangeLog
ltmain.in

index 79d595c561d35584b562ec1bf09be06804edc07a..7819cdc954a98631d135dc5097197e24d4913ff1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-02-23  Gary V. Vaughan  <gvaughan@eris.qinetiq.com>
 
+       * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs
+       doesn't offer to strip trailing ' \t' on every save.
+
        * ltmain.in: Add missing --help doc for --preserve-dup-deps.
 
 2004-02-22  Gary V. Vaughan  <gary@gnu.org>
index b9c6eaad1418d6c06e28060bb139b0c2160b5980..a7875a9cf9a1ae76efebda49e36839184306a702 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -142,8 +142,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