]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Balance parentheses in _AC_CACHE_DUMP.
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 9 Nov 2008 13:46:12 +0000 (14:46 +0100)
committerPaolo Bonzini <bonzini@gnu.org>
Sun, 9 Nov 2008 13:46:12 +0000 (14:46 +0100)
* lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
without introducing \).

ChangeLog
lib/autoconf/general.m4

index 4f8bdd81a8dfdb7c11158f6317b99a5450247346..a2ca70318f8a4f90ac309d6c609555eacef42058 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
+
+       Balance parentheses in _AC_CACHE_DUMP.
+       * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
+       without introducing \).
+
 2008-11-07  Eric Blake  <ebb9@byu.net>
 
        Further doc updates for AC_CHECK_HEADER change.
index 4ae4d47640fba6345e7a44466fbb39e6764b6edf..26b238b5fdc90448dd8c6068d34dad55fe7fdd7b 100644 (file)
@@ -1930,7 +1930,7 @@ m4_define([_AC_CACHE_DUMP],
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
     *${as_nl}ac_space=\ *)
       # `set' does not quote correctly, so add quotes: double-quote
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
       sed -n \
        ["s/'/'\\\\''/g;
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"]