* lib/am/distdir.am: Use ';' as a terminator, not a separator, for
authorAkim Demaille <akim@epita.fr>
Sat, 5 Jul 2003 08:23:18 +0000 (08:23 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 5 Jul 2003 08:23:18 +0000 (08:23 +0000)
sed complex commands, as required by NetBSD sed.
Reported by Patrick Welche.

ChangeLog
Makefile.in
lib/am/distdir.am
stamp-vti
version.texi

index 549cf12..34dd967 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-05  Akim Demaille  <akim@epita.fr>
+
+       * lib/am/distdir.am: Use ';' as a terminator, not a separator, for
+       sed complex commands, as required by NetBSD sed.
+       Reported by Patrick Welche.
+
 2003-07-05  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/config.guess, lib/config.sub: New upstream version.
index 2a0f757..f4ad919 100644 (file)
@@ -585,7 +585,7 @@ distcheck: dist
        $(am__remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-         sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
+         sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 distuninstallcheck:
        @cd $(distuninstallcheck_dir) \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
index 513b50b..debc71b 100644 (file)
@@ -351,7 +351,7 @@ distcheck: dist
        $(am__remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-         sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
+         sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
 ## Define distuninstallcheck_listfiles and distuninstallcheck separately
 ## from distcheck, so that they can be overridden by the user.
index 1823e08..6892c39 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 4 July 2003
+@set UPDATED 5 July 2003
 @set UPDATED-MONTH July 2003
 @set EDITION 1.7a
 @set VERSION 1.7a
index 1823e08..6892c39 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 4 July 2003
+@set UPDATED 5 July 2003
 @set UPDATED-MONTH July 2003
 @set EDITION 1.7a
 @set VERSION 1.7a