]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 549cf1231c2d2012f7feaecb23683a5b963bf412..34dd9671267ed152e9bd7e525a8d9408d62f2dce 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 2a0f7570022d63dfa70819b0a8415424afdb1a8f..f4ad91968277569f217fe14b98c5dc2190ba55c4 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 513b50bcf19d5cd0c55456a9e0fc6f391c0db950..debc71b05d8c8ea3b284d01e9a0f43661fc83aaf 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 1823e083c4e82fbcf61b90f5ddfd9acc1650d0dc..6892c39e600364012582207b0204fa82b5be073f 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 1823e083c4e82fbcf61b90f5ddfd9acc1650d0dc..6892c39e600364012582207b0204fa82b5be073f 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