From: Paolo Bonzini Date: Sun, 9 Nov 2008 13:46:12 +0000 (+0100) Subject: Balance parentheses in _AC_CACHE_DUMP. X-Git-Tag: v2.63b~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5544cc87ec812c2284bc7846849f34b712317fba;p=thirdparty%2Fautoconf.git Balance parentheses in _AC_CACHE_DUMP. * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses without introducing \). --- diff --git a/ChangeLog b/ChangeLog index 4f8bdd81a..a2ca70318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-09 Paolo Bonzini + + Balance parentheses in _AC_CACHE_DUMP. + * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses + without introducing \). + 2008-11-07 Eric Blake Further doc updates for AC_CHECK_HEADER change. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 4ae4d4764..26b238b5f 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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"]