From: Tom Tromey Date: Tue, 23 Nov 1999 16:51:58 +0000 (+0000) Subject: * automake.in (initialize_global_constants): Use `bzip2 -9', not X-Git-Tag: Release-1-4b~169 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e4ca5bc28f13ef719381e4d7a930e2b5fd8a5e2f;p=automake.git * automake.in (initialize_global_constants): Use `bzip2 -9', not `bzip --best' Report from Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index f13c3c10..a9958c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-11-23 Tom Tromey + + * automake.in (initialize_global_constants): Use `bzip2 -9', not + `bzip --best' Report from Jim Meyering. + 1999-11-22 Tom Tromey * m4/missing.m4 (AM_MISSING_INSTALL_SH): Don't take argument. diff --git a/automake.in b/automake.in index 15ed221a..8136ba8d 100755 --- a/automake.in +++ b/automake.in @@ -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'