]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_CACHE_DUMP): Add a missing separator for sed
authorPavel Roskin <proski@gnu.org>
Tue, 24 Oct 2000 19:24:40 +0000 (19:24 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 24 Oct 2000 19:24:40 +0000 (19:24 +0000)
        commands.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 1cf085b8cf74c37eaf3aed1c1efcb4a616b9be70..da775ebf575599f0eae74e3908b2d995d7ed648a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-24  Pavel Roskin  <proski@gnu.org>
+
+       * acgeneral.m4 (_AC_CACHE_DUMP): Add a missing separator for sed
+       commands.
+
 2000-10-24  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AT_FILE_DEPENDENCY): Rename as...
index 55b4b201cb5d4126944cabd65304727c6538a432..83991dd81e77634517f12ddab09f8aff5d02bd82 100644 (file)
@@ -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"]
       ;;
     *)
index 55b4b201cb5d4126944cabd65304727c6538a432..83991dd81e77634517f12ddab09f8aff5d02bd82 100644 (file)
@@ -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"]
       ;;
     *)