From: Eric Blake Date: Wed, 25 Apr 2012 02:38:57 +0000 (-0600) Subject: maint: drop bz2 tarball X-Git-Tag: v2.69~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19513cca18398fb43c953031e6da63252fe7f8f2;p=thirdparty%2Fautoconf.git 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 --- diff --git a/configure.ac b/configure.ac index 280cc0e5..696e513e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,7 @@ AC_CONFIG_SRCDIR([lib/autoconf/autoconf.m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -readme-alpha no-texinfo.tex std-options]) +AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex std-options]) AB_INIT