]> 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:08:17 +0000 (10:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:08:17 +0000 (10:08 +0000)
ChangeLog
m4/libtool.m4

index 69f1e230d088d9ad2e0311af9c04410e6b072930..8b9ab3f2d5b2d3d3a670099112bf8efd61980910 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 71e625638be306b3e6a1e60d258fc886a696e9a0..ace5bf6cb36eb6a9fb13e5193e0fb06bccb8499b 100644 (file)
@@ -517,6 +517,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