diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-02-19 17:24:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-02-19 17:24:25 +0000 |
commit | a4708fba59da8deeabb7261924d135d123e8074b (patch) | |
tree | 6a6b94e175ab062293a0b4fcbbff6fa0af7e2608 /configure | |
parent | 6bfdb61b0cfa7f8e483cacc6802188a8b211fbbd (diff) | |
download | gdb-a4708fba59da8deeabb7261924d135d123e8074b.zip gdb-a4708fba59da8deeabb7261924d135d123e8074b.tar.gz gdb-a4708fba59da8deeabb7261924d135d123e8074b.tar.bz2 |
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"` |