]> sourceware.org Git - automake.git/commitdiff
* automake.in (initialize_global_constants): Use `bzip2 -9', not
authorTom Tromey <tromey@redhat.com>
Tue, 23 Nov 1999 16:51:58 +0000 (16:51 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 23 Nov 1999 16:51:58 +0000 (16:51 +0000)
`bzip --best'  Report from Jim Meyering.

ChangeLog
automake.in

index f13c3c10c1222be60669eee68337a865a8fe7709..a9958c7a9aba9765ea7f6b25f961310293160cbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-23  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (initialize_global_constants): Use `bzip2 -9', not
+       `bzip --best'  Report from Jim Meyering.
+
 1999-11-22  Tom Tromey  <tromey@cygnus.com>
 
        * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument.
index 15ed221a9578c1d5500c733ff3722352a707bfd5..8136ba8dcb0b7118bcc1abef7f3ba3e2f6110334 100755 (executable)
@@ -6612,7 +6612,7 @@ sub initialize_global_constants
        || chmod -R a+r $(distdir)
 ';
     $dist{'dist-bzip2'} = ("\t"
-                          . '$(AMTAR) chof - $(distdir) | bzip --best -c > $(distdir).bz2'
+                          . '$(AMTAR) chof - $(distdir) | bzip2 -9 -c > $(distdir).bz2'
                           . "\n");
     $dist{'dist-tarZ'} = ("\t"
                     . '$(AMTAR) chof - $(distdir) | compress -c > $(distdir).tar.Z'
This page took 0.040957 seconds and 5 git commands to generate.