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: https://sourceware.org/git/?a=commitdiff_plain;h=ca267576a0013b69dd6ccf6d6af793ce7ca72a34;p=automake.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 53bc3a83..24d5cbe5 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 150e3791..2491141d 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'