OSDN Git Service

* configure.in: Set $IFS to a value if it doesn't already have one
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2000 20:58:53 +0000 (20:58 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2000 20:58:53 +0000 (20:58 +0000)
in the --enable-checking handling.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32651 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 211a8f0..d98fbf1 100644 (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.
index e573b09..06e2449 100755 (executable)
@@ -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
index d6fc892..4fc57fe 100644 (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