Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-02-19 20:24:25 +0300
committerJoseph Myers <joseph@codesourcery.com>2007-02-19 20:24:25 +0300
commitb440e09025fc34d119c8f3f03a3ba6088e8c05ae (patch)
tree8bcddc606e949d7ec8004854b0938799e484de8f /configure
parent8202659364b2dc2bb64b4ca83da202ca3b232cff (diff)
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 671e9555b..f5b4778c9 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"`