]> sourceware.org Git - automake.git/commitdiff
2000-09-15 Alexandre Duret-Lutz <duret_g@epita.fr>
authorTom Tromey <tromey@redhat.com>
Fri, 15 Sep 2000 20:09:55 +0000 (20:09 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Sep 2000 20:09:55 +0000 (20:09 +0000)
* automake.in (initialize_global_constants): End the
result of dist-bzip2 with tar.bz2, not bz2.

ChangeLog
automake.in

index 53bc3a8349caa1339aa5743892243036fd2593f4..24d5cbe54b73ffffdff629a20584d8a7f043a2c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * automake.in (initialize_global_constants): End the
+       result of dist-bzip2 with tar.bz2, not bz2.
+
 2000-08-30  Tom Tromey  <tromey@cygnus.com>
 
        Fix for PR automake/72:
index 150e37917bd835150ff3da26739fb0626800707a..2491141d990e09d7947baf98cedb53e551d94b7e 100755 (executable)
@@ -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'
This page took 0.037857 seconds and 5 git commands to generate.