Commit 9f8c6739 by Joseph Myers Committed by Joseph Myers

configure.ac: Adjust for loop syntax.

	* configure.ac: Adjust for loop syntax.
	* configure: Regenerate.

From-SVN: r122132
parent 80a3af5b
2007-02-19 Joseph Myers <joseph@codesourcery.com>
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
2007-02-18 Alexandre Oliva <aoliva@redhat.com> 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
* configure: Rebuilt. * configure: Rebuilt.
......
...@@ -1764,7 +1764,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi ...@@ -1764,7 +1764,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
# Quote arguments with shell meta charatcers. # Quote arguments with shell meta charatcers.
TOPLEVEL_CONFIGURE_ARGUMENTS= TOPLEVEL_CONFIGURE_ARGUMENTS=
set -- "$progname" "$@" set -- "$progname" "$@"
for ac_arg; do for ac_arg
do
case "$ac_arg" in case "$ac_arg" in
*" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*) *" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
......
...@@ -89,7 +89,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi ...@@ -89,7 +89,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
# Quote arguments with shell meta charatcers. # Quote arguments with shell meta charatcers.
TOPLEVEL_CONFIGURE_ARGUMENTS= TOPLEVEL_CONFIGURE_ARGUMENTS=
set -- "$progname" "$@" set -- "$progname" "$@"
for ac_arg; do for ac_arg
do
case "$ac_arg" in case "$ac_arg" in
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment