Commit 1c521d41 by Geoff Keating Committed by Geoffrey Keating

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
parent 10bd7f8c
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. Lwis <loewis@informatik.hu-berlin.de> 2000-03-20 Martin v. Lwis <loewis@informatik.hu-berlin.de>
* c-parse.in (SAVE_WARN_FLAGS): Use size_int. * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
......
...@@ -787,7 +787,7 @@ EOF ...@@ -787,7 +787,7 @@ EOF
EOF EOF
;; ;;
no) ;; no) ;;
*) ac_save_IFS="$IFS" IFS="$IFS," *) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
set fnord $enableval; shift set fnord $enableval; shift
IFS="$ac_save_IFS" IFS="$ac_save_IFS"
for check for check
...@@ -1369,7 +1369,7 @@ else ...@@ -1369,7 +1369,7 @@ else
fi fi
# Find some useful tools # Find some useful tools
for ac_prog in mawk gawk nawk awk for ac_prog in gawk mawk nawk awk
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
......
...@@ -186,7 +186,7 @@ yes) AC_DEFINE(ENABLE_CHECKING) ...@@ -186,7 +186,7 @@ yes) AC_DEFINE(ENABLE_CHECKING)
AC_DEFINE(ENABLE_TREE_CHECKING) AC_DEFINE(ENABLE_TREE_CHECKING)
AC_DEFINE(ENABLE_RTL_CHECKING) ;; AC_DEFINE(ENABLE_RTL_CHECKING) ;;
no) ;; no) ;;
*) ac_save_IFS="$IFS" IFS="$IFS," *) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS,"
set fnord $enableval; shift set fnord $enableval; shift
IFS="$ac_save_IFS" IFS="$ac_save_IFS"
for check for check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment