]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AC_INIT_PREPARE_ENVIRONMENT) [setting IFS]: Be careful
authorJim Meyering <meyering@lucent.com>
Mon, 20 Mar 2000 11:06:51 +0000 (11:06 +0000)
committerJim Meyering <meyering@lucent.com>
Mon, 20 Mar 2000 11:06:51 +0000 (11:06 +0000)
to use space, tab and new line, in precisely that order.

acgeneral.m4
lib/autoconf/general.m4

index 7c98f29a303c7998d3f811185b511d597fd3f015..3c80e7a3c46a07cf0c942dd46d9ec894a67d4d09 100644 (file)
@@ -1221,9 +1221,10 @@ if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
 
 # IFS
-# We need space, tab and new line.
-IFS="
-       "dnl
+# We need space, tab and new line, in precisely that order.
+ac_nl='
+'
+IFS="  $ac_nl"dnl
 ])
 
 # _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])
index 7c98f29a303c7998d3f811185b511d597fd3f015..3c80e7a3c46a07cf0c942dd46d9ec894a67d4d09 100644 (file)
@@ -1221,9 +1221,10 @@ if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
 
 # IFS
-# We need space, tab and new line.
-IFS="
-       "dnl
+# We need space, tab and new line, in precisely that order.
+ac_nl='
+'
+IFS="  $ac_nl"dnl
 ])
 
 # _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])