From: Tom Tromey Date: Fri, 15 Sep 2000 20:09:55 +0000 (+0000) Subject: 2000-09-15 Alexandre Duret-Lutz X-Git-Tag: Release-1-4b~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981b5409cb258a2ff72f50b1507a87073f46484a;p=thirdparty%2Fautomake.git 2000-09-15 Alexandre Duret-Lutz * automake.in (initialize_global_constants): End the result of dist-bzip2 with tar.bz2, not bz2. --- diff --git a/ChangeLog b/ChangeLog index 53bc3a834..24d5cbe54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-15 Alexandre Duret-Lutz + + * automake.in (initialize_global_constants): End the + result of dist-bzip2 with tar.bz2, not bz2. + 2000-08-30 Tom Tromey Fix for PR automake/72: diff --git a/automake.in b/automake.in index 150e37917..2491141d9 100755 --- a/automake.in +++ b/automake.in @@ -6706,7 +6706,7 @@ sub initialize_global_constants || chmod -R a+r $(distdir) '; $dist{'dist-bzip2'} = ("\t" - . '$(AMTAR) chof - $(distdir) | bzip2 -9 -c > $(distdir).bz2' + . '$(AMTAR) chof - $(distdir) | bzip2 -9 -c > $(distdir).tar.bz2' . "\n"); $dist{'dist-tarZ'} = ("\t" . '$(AMTAR) chof - $(distdir) | compress -c > $(distdir).tar.Z'