From: Akim Demaille Date: Sat, 5 Jul 2003 08:23:18 +0000 (+0000) Subject: * lib/am/distdir.am: Use ';' as a terminator, not a separator, for X-Git-Tag: Release-1-7b~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f1bd819ec1e620fa179c2344fc80517d736549;p=thirdparty%2Fautomake.git * lib/am/distdir.am: Use ';' as a terminator, not a separator, for sed complex commands, as required by NetBSD sed. Reported by Patrick Welche. --- diff --git a/ChangeLog b/ChangeLog index 549cf1231..34dd96712 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-05 Akim Demaille + + * 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 * lib/config.guess, lib/config.sub: New upstream version. diff --git a/Makefile.in b/Makefile.in index 2a0f75700..f4ad91968 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 513b50bcf..debc71b05 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -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. diff --git a/stamp-vti b/stamp-vti index 1823e083c..6892c39e6 100644 --- 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 diff --git a/version.texi b/version.texi index 1823e083c..6892c39e6 100644 --- a/version.texi +++ b/version.texi @@ -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