From: Joel E. Denny Date: Sun, 10 Jul 2011 16:38:24 +0000 (-0400) Subject: build: create xz instead of bzip2 tarballs. X-Git-Tag: v2.5.1_rc2~148 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/abd189e8dc6ca848f038da12e4110d6192374b82?hp=8348436580ae3db8091f564e8b24d552a9d23590 build: create xz instead of bzip2 tarballs. Suggested by Jim Meyering at . * README-hacking (Release Procedure): Update example. * configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with dist-xz. --- diff --git a/ChangeLog b/ChangeLog index 81691271..dd0081dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-07-10 Joel E. Denny + + build: create xz instead of bzip2 tarballs. + Suggested by Jim Meyering at + . + * README-hacking (Release Procedure): Update example. + * configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with + dist-xz. + 2011-05-29 Joel E. Denny doc: clean up references to `Locations Overview'. diff --git a/README-hacking b/README-hacking index bd66a9bd..e56e0414 100644 --- a/README-hacking +++ b/README-hacking @@ -308,7 +308,7 @@ Here's a brief reminder of how to roll the tarballs and upload them: *** put bison-2.3b.tar.gz # This can take a while. *** put bison-2.3b.tar.gz.sig *** put bison-2.3b.tar.gz.directive.asc -*** Repeat all these steps for bison-2.3b.tar.bz2. +*** Repeat all these steps for bison-2.3b.tar.xz. ** Update Bison manual on www.gnu.org. diff --git a/configure.ac b/configure.ac index 98fded24..ec204e70 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_CONFIG_MACRO_DIR([m4]) # releases, we want to be able run make dist without being required to # add a bogus NEWS entry. In that case, the version string # automatically contains a dash, which we also let disable gnits. -AM_INIT_AUTOMAKE([1.11.1 dist-bzip2] +AM_INIT_AUTOMAKE([1.11.1 dist-xz] m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]], [gnu], [gnits])) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])