]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2003-07-29 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2003 19:17:46 +0000 (19:17 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jul 2003 19:17:46 +0000 (19:17 +0000)
* config-ml.in:  Use ac_configure_args directly instead of
ml_arguments.  Only set ml_norecursion if --no[-]recursion is
actually seen.

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

ChangeLog
config-ml.in

index 3fab6eba3bb33f4e126b21cbb94aac12d3572cf5..385f18eeafad4f887594c08ffeb00438123a6c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
+
+       * config-ml.in:  Use ac_configure_args directly instead of
+       ml_arguments.  Only set ml_norecursion if --no[-]recursion is
+       actually seen.
+
 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
index 1e474d3e4bceb8fb9064da460ab214058b7d57a2..d5b5e74b2acae3cfd49a084c3bf467a613728dc5 100644 (file)
 
 Makefile=${ac_file-Makefile}
 ml_config_shell=${CONFIG_SHELL-/bin/sh}
-ml_arguments="${ac_configure_args}"
 ml_realsrcdir=${srcdir}
 
 # Scan all the arguments and set all the ones we need.
 
 ml_verbose=--verbose
-for option in ${ml_arguments}
+for option in ${ac_configure_args}
 do
   case $option in
   --*) ;;
@@ -107,7 +106,7 @@ do
        enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
        eval $enableopt="$optarg"
        ;;
-  --norecursion | --no*)
+  --norecursion | --no-recursion)
        ml_norecursion=yes
        ;;
   --silent | --sil* | --quiet | --q*)
@@ -834,7 +833,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
 
     if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
        --with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
-       ${ml_arguments} ${ml_srcdiroption} ; then
+       ${ac_configure_args} ${ml_srcdiroption} ; then
       true
     else
       exit 1