mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(_AC_INIT_PREPARE_ENVIRONMENT) [setting IFS]: Be careful
to use space, tab and new line, in precisely that order.
This commit is contained in:
parent
28fadd7df1
commit
2e4e43be07
@ -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
|
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
# We need space, tab and new line.
|
# We need space, tab and new line, in precisely that order.
|
||||||
IFS="
|
ac_nl='
|
||||||
"dnl
|
'
|
||||||
|
IFS=" $ac_nl"dnl
|
||||||
])
|
])
|
||||||
|
|
||||||
# _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])
|
# _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])
|
||||||
|
@ -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
|
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
# We need space, tab and new line.
|
# We need space, tab and new line, in precisely that order.
|
||||||
IFS="
|
ac_nl='
|
||||||
"dnl
|
'
|
||||||
|
IFS=" $ac_nl"dnl
|
||||||
])
|
])
|
||||||
|
|
||||||
# _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])
|
# _AC_INIT_PREPARE([UNIQUE-FILE-IN-SOURCE-DIR])
|
||||||
|
Loading…
Reference in New Issue
Block a user