2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* config-ml.in: Partial sync with gcc-3.4's config-ml.in.
	Add "autoconf-2.5x unquoting" hack.
This commit is contained in:
Ralf Corsepius
2003-07-15 11:59:42 +00:00
parent 6ad26a95e4
commit 3a032d41ab
2 changed files with 17 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config-ml.in: Partial sync with gcc-3.4's config-ml.in.
Add "autoconf-2.5x unquoting" hack.
2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config.sub: Remove (Automatically added by automake, again).
* bootstrap: Reflect change above.
* configure.ac: Require automake >= 1.7.6.
2003-07-03 Joel Sherrill <joel@OARcorp.com>
* SUPPORT: Fix Mark Johannes' email address.

View File

@@ -82,21 +82,10 @@
# Note that `host' in this case is GCC's `target'. Target libraries are
# configured for a particular host.
if [ -n "${ac_configure_args}" ]; then
Makefile=${ac_file-Makefile}
ml_config_shell=${CONFIG_SHELL-/bin/sh}
ml_arguments="${ac_configure_args}"
ml_realsrcdir=${srcdir}
else
Makefile=${Makefile-Makefile}
ml_config_shell=${config_shell-/bin/sh}
ml_arguments="${arguments}"
if [ -n "${subdir}" -a "${subdir}" != "." ] ; then
ml_realsrcdir=${srcdir}/${subdir}
else
ml_realsrcdir=${srcdir}
fi
fi
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.
@@ -104,6 +93,8 @@ ml_verbose=--verbose
for option in ${ml_arguments}
do
case $option in
# Unquote autoconf >= 2.57 added quotes
\'--*\') eval option="$option" ;;
--*) ;;
-*) option=-$option ;;
esac