From: jsm28 Date: Mon, 19 Feb 2007 17:28:03 +0000 (+0000) Subject: * configure.ac: Adjust for loop syntax. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae8552b7366c9d3815e02a0b9cacdb89de80b30c;p=thirdparty%2Fgcc.git * configure.ac: Adjust for loop syntax. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122132 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index e47a7aa31f74..705a84144612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-19 Joseph Myers + + * configure.ac: Adjust for loop syntax. + * configure: Regenerate. + 2007-02-18 Alexandre Oliva * configure: Rebuilt. diff --git a/configure b/configure index 671e9555b9d5..f5b4778c90d9 100755 --- a/configure +++ b/configure @@ -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"` diff --git a/configure.ac b/configure.ac index e1311b254136..3604ad745940 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,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"`