* configure.ac: Adjust for loop syntax.

* configure: Regenerate.
This commit is contained in:
Joseph Myers
2007-02-19 17:24:25 +00:00
parent 8202659364
commit b440e09025
3 changed files with 9 additions and 2 deletions

3
configure vendored
View File

@@ -1764,7 +1764,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
# Quote arguments with shell meta charatcers.
TOPLEVEL_CONFIGURE_ARGUMENTS=
set -- "$progname" "$@"
for ac_arg; do
for ac_arg
do
case "$ac_arg" in
*" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`