summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-03-21 20:11:06 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2007-03-21 20:11:06 +0000
commitdc7532fe3aaa8d8a0844708e87fecad2fe341d47 (patch)
tree741b846452e2724e2a55c57c4cc82b4a1c7fce56 /configure
parent383457c941c45c51493ec5816db4c14580589025 (diff)
downloadgdb-dc7532fe3aaa8d8a0844708e87fecad2fe341d47.tar.gz
* 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 0554463a231..6e989c29a52 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'/"` ;;