aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-02-19 17:24:25 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-02-19 17:24:25 +0000
commita4708fba59da8deeabb7261924d135d123e8074b (patch)
tree6a6b94e175ab062293a0b4fcbbff6fa0af7e2608
parent6bfdb61b0cfa7f8e483cacc6802188a8b211fbbd (diff)
downloadfsf-binutils-gdb-a4708fba59da8deeabb7261924d135d123e8074b.zip
fsf-binutils-gdb-a4708fba59da8deeabb7261924d135d123e8074b.tar.gz
fsf-binutils-gdb-a4708fba59da8deeabb7261924d135d123e8074b.tar.bz2
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88d4539..3f2219c 100644
--- 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.
diff --git a/configure b/configure
index 671e955..f5b4778 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 e1311b2..3604ad7 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"`