From: Kaveh R. Ghazi Date: Mon, 19 Jun 2000 17:23:54 +0000 (+0000) Subject: configure.in (--enable-checking): Update --help doc to reflect new defaults. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59f406b7a3535d8479bf8db5bb052e3a20541672;p=gcc.git configure.in (--enable-checking): Update --help doc to reflect new defaults. * configure.in (--enable-checking): Update --help doc to reflect new defaults. Ensure $ac_save_IFS is set before $IFS is changed. From-SVN: r34596 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e8356e63b1..92b9cdfcb2f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-06-19 Kaveh R. Ghazi + + * configure.in (--enable-checking): Update --help doc to reflect + new defaults. Ensure $ac_save_IFS is set before $IFS is changed. + Sun Jun 18 21:42:15 2000 Richard Kenner * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK. diff --git a/gcc/configure b/gcc/configure index 3723c76bff5..92e15f882fe 100755 --- a/gcc/configure +++ b/gcc/configure @@ -33,7 +33,7 @@ ac_help="$ac_help enable expensive run-time checks. With LIST, enable only specific categories of checks. Categories are: misc,tree,rtl,gc,gcac; default - is misc,tree,rtl" + is misc,tree,gc" ac_help="$ac_help --disable-cpp don't provide a user-visible C preprocessor." ac_help="$ac_help @@ -782,7 +782,7 @@ ac_gc_always_collect= case "${enableval}" in yes) ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;; no) ;; -*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS," +*) IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," set fnord $enableval; shift IFS="$ac_save_IFS" for check diff --git a/gcc/configure.in b/gcc/configure.in index bf450e9f52d..52682dff1a8 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -182,7 +182,7 @@ AC_ARG_ENABLE(checking, enable expensive run-time checks. With LIST, enable only specific categories of checks. Categories are: misc,tree,rtl,gc,gcac; default - is misc,tree,rtl], + is misc,tree,gc], [ac_checking= ac_tree_checking= ac_rtl_checking= @@ -191,7 +191,7 @@ ac_gc_always_collect= case "${enableval}" in yes) ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;; no) ;; -*) IFS="${IFS= }"; ac_save_IFS="$IFS" IFS="$IFS," +*) IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS," set fnord $enableval; shift IFS="$ac_save_IFS" for check