summaryrefslogtreecommitdiffstats
path: root/config-ml.in
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-29 19:17:46 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-29 19:17:46 +0000
commitea0c3105f6f510486bf482785ff3db8653a0e41d (patch)
tree428590e276ea011b0fc2f092308cfd142dd2b320 /config-ml.in
parent62dc3d8c40a42af1bc412b2b7c11cd4dd8796a68 (diff)
downloadppe42-gcc-ea0c3105f6f510486bf482785ff3db8653a0e41d.tar.gz
ppe42-gcc-ea0c3105f6f510486bf482785ff3db8653a0e41d.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69934 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/config-ml.in b/config-ml.in
index 1e474d3e4bc..d5b5e74b2ac 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -75,13 +75,12 @@
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
OpenPOWER on IntegriCloud