From: Pavel Roskin Date: Tue, 24 Oct 2000 19:24:40 +0000 (+0000) Subject: * acgeneral.m4 (_AC_CACHE_DUMP): Add a missing separator for sed X-Git-Tag: autoconf-2.50~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4dbe29ded9f1ab4d38bf884427b2dfc2899a7c;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_CACHE_DUMP): Add a missing separator for sed commands. --- diff --git a/ChangeLog b/ChangeLog index 1cf085b8c..da775ebf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-24 Pavel Roskin + + * acgeneral.m4 (_AC_CACHE_DUMP): Add a missing separator for sed + commands. + 2000-10-24 Akim Demaille * acgeneral.m4 (AT_FILE_DEPENDENCY): Rename as... diff --git a/acgeneral.m4 b/acgeneral.m4 index 55b4b201c..83991dd81 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -2547,7 +2547,7 @@ define([_AC_CACHE_DUMP], # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ - ["s/'/'\\\\''/g \ + ["s/'/'\\\\''/g; s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"] ;; *) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 55b4b201c..83991dd81 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2547,7 +2547,7 @@ define([_AC_CACHE_DUMP], # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ - ["s/'/'\\\\''/g \ + ["s/'/'\\\\''/g; s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"] ;; *)