configure.in: Set $IFS to a value if it doesn't already have one in the --enable-checking...

* configure.in: Set $IFS to a value if it doesn't already have one
in the --enable-checking handling.
* configure: Regenerate.

From-SVN: r32651
This commit is contained in:
Geoff Keating 2000-03-20 20:58:53 +00:00 committed by Geoffrey Keating
parent 10bd7f8c2d
commit 1c521d4150
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-03-20 Geoff Keating <geoffk@cygnus.com>
* configure.in: Set $IFS to a value if it doesn't already have one
in the --enable-checking handling.
* configure: Regenerate.
2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* c-parse.in (SAVE_WARN_FLAGS): Use size_int.

4
gcc/configure vendored
View File

@ -787,7 +787,7 @@ EOF
EOF
;;
no) ;;
*) ac_save_IFS="$IFS" IFS="$IFS,"
*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
set fnord $enableval; shift
IFS="$ac_save_IFS"
for check
@ -1369,7 +1369,7 @@ else
fi
# Find some useful tools
for ac_prog in mawk gawk nawk awk
for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2

View File

@ -186,7 +186,7 @@ yes) AC_DEFINE(ENABLE_CHECKING)
AC_DEFINE(ENABLE_TREE_CHECKING)
AC_DEFINE(ENABLE_RTL_CHECKING) ;;
no) ;;
*) ac_save_IFS="$IFS" IFS="$IFS,"
*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
set fnord $enableval; shift
IFS="$ac_save_IFS"
for check