* configure.ac: Adjust for loop syntax.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 19 Feb 2007 17:24:25 +0000 (17:24 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 19 Feb 2007 17:24:25 +0000 (17:24 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 88d4539fa02b89c3ee9e6e1a3e9d086125f199e2..3f2219cf98397dc18d4366039fb3c9bbf06963ce 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 671e9555b9d590fa632f56f990f2ac2a39ff0907..f5b4778c90d9224750372b41c9b1a7da1783404a 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 e1311b2541365290b7c9a6ccd8abd4e53c3bef14..3604ad74594001358908972cdfb128ea54e87323 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"`
This page took 0.039037 seconds and 4 git commands to generate.