* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 21 Mar 2007 20:11:06 +0000 (20:11 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 21 Mar 2007 20:11:06 +0000 (20:11 +0000)
of glob.  Quote arguments with single quotes too.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index eedccf40d9f12287cd3f0344dbee10bd9e323d9b..3a5e7789136221a4845265cb2c3e1ed0e0bb62fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-21  Richard Sandiford  <richard@codesourcery.com>
+
+       * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
+       of glob.  Quote arguments with single quotes too.
+       * configure: Regenerate.
+
 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * Makefile.def (fixincludes): Remove unneeded "missing" lines.
index 0554463a23166d64f6c155bfeb74a1b2386ba0b9..6e989c29a5256cf108c0ff8f0b70462dabcd92d4 100755 (executable)
--- 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'/"` ;;
index 16ff8d3ddf1ca3297665a3d5acf78a3aae28c3f6..9c38fadfd9425d26d49853b97081b19199d410df 100644 (file)
@@ -92,7 +92,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'/"` ;;
This page took 0.040024 seconds and 4 git commands to generate.