]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_CONFIG): Reset IFS to fix failure with ash.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:07:36 +0000 (10:07 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:07:36 +0000 (10:07 +0000)
ChangeLog
m4/libtool.m4

index 22ae31c4d605fe24f8262687d80c4c7bfd11b36e..d7b2ab91efa00ad2e5471f41bf0868bdab347409 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * m4/libtool.m4 (_LT_CONFIG): Reset IFS to fix failure with ash.
+
        * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
        that are meaningless in configure.
        Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
index 157f4dc3dd89d7e3b0a599a8ac5f24eef4fd5fea..357ad58fd293a15833bf09b9defa0f5090494bdc 100644 (file)
@@ -518,6 +518,12 @@ _LT_LIBTOOL_CONFIG_VARS
 _LT_LIBTOOL_TAG_VARS
 # ### END LIBTOOL CONFIG
 
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS="  $as_nl"
+
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH