maint: drop bz2 tarball

At 2.68b, I asked whether anyone would miss .gz and .bz2 formats.
Consensus was overwhelming that .gz still holds a place in people's
hearts, in spite of .xz compressing to smaller files, but no one
was able to make a convincing argument for .bz2.

* configure.ac (AM_INIT_AUTOMAKE): Drop bzip2; xz wins hands down.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake 2012-04-24 20:38:57 -06:00
parent 84e20e9164
commit 19513cca18

View File

@ -26,8 +26,7 @@ AC_CONFIG_SRCDIR([lib/autoconf/autoconf.m4])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex std-options])
readme-alpha no-texinfo.tex std-options])
AB_INIT AB_INIT