summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-03-21 20:11:06 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-03-21 20:11:06 +0000
commitffa8bd48e33d601fc4fccc3ad14449c80483daa2 (patch)
treeda8a29c3d63e61d5dc0a4c14523835a5713dd95d /configure
parentc0f91ba6d9e8b655601a43eb83b64e8d503e854e (diff)
downloadppe42-binutils-ffa8bd48e33d601fc4fccc3ad14449c80483daa2.tar.gz
ppe42-binutils-ffa8bd48e33d601fc4fccc3ad14449c80483daa2.zip
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
of glob. Quote arguments with single quotes too. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0554463a23..6e989c29a5 100755
--- a/configure
+++ b/configure
@@ -1768,7 +1768,7 @@ set -- "$progname" "$@"
for ac_arg
do
case "$ac_arg" in
- *" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
# if the argument is of the form -foo=baz, quote the baz part only
ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
OpenPOWER on IntegriCloud