summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-04-24 20:38:57 -0600
committerEric Blake <eblake@redhat.com>2012-04-24 20:38:57 -0600
commit19513cca18398fb43c953031e6da63252fe7f8f2 (patch)
tree5a27a3015c9c093bc8ed59bf5dc58cbea7d32327
parent84e20e9164b7e7ccc189eb68c5f839ec28d276ae (diff)
downloadautoconf-19513cca18398fb43c953031e6da63252fe7f8f2.tar.gz
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>
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
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