OSDN Git Service

* configure.ac: Adjust for loop syntax.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Feb 2007 17:28:03 +0000 (17:28 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Feb 2007 17:28:03 +0000 (17:28 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122132 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index e47a7aa..705a841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-19  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac: Adjust for loop syntax.
+       * configure: Regenerate.
+
 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure: Rebuilt.
index 671e955..f5b4778 100755 (executable)
--- 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"`
index e1311b2..3604ad7 100644 (file)
@@ -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"`