libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 96-gary-fix-emacs-save-vs-IFS.patch


From: Gary V. Vaughan
Subject: FYI: 96-gary-fix-emacs-save-vs-IFS.patch
Date: Mon, 23 Feb 2004 16:07:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAOiU2FRMICSmD1gYRAluhAJ9s2yrUPb59zSBRUIKkwtLpWK3QHgCgmRRj
OXJTfLStAj9HFG7H6Pjyfxo=
=zday
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs
        doesn't offer to strip trailing ' \t' on every save.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.385
diff -u -p -u -r1.385 ltmain.in
--- ltmain.in 23 Feb 2004 15:52:18 -0000 1.385
+++ ltmain.in 23 Feb 2004 15:59:20 -0000
@@ -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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]