From a4708fba59da8deeabb7261924d135d123e8074b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 19 Feb 2007 17:24:25 +0000 Subject: * configure.ac: Adjust for loop syntax. * configure: Regenerate. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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"` -- cgit v1.1