summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-15 16:10:10 +0200
committerPeter Simons <simons@cryp.to>2014-10-15 16:10:10 +0200
commitb5699ba50b088f6f5512bc7c3b83ec6fb1cd49ab (patch)
treebd166daf85d09127c9f882e77670fba2836680ae /configure.ac
parent25c593e9f9d79db48aee33b96454302fa387602c (diff)
downloadautoconf-archive-b5699ba50b088f6f5512bc7c3b83ec6fb1cd49ab.tar.gz
Disable tar.gz and tar.bz2 release archives.
The tarballs compressed with xz and lzip are quite a bit smaller and those utilities are sufficiently common to be suitable to replace the old formats. Also, document the github mirror in the README and NEWS file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd413e1..e51a6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([GNU Autoconf Archive], m4_esyscmd([build-aux/git-version-gen .tarball-v
[autoconf-archive-maintainers@gnu.org], [autoconf-archive],
[http://www.gnu.org/software/autoconf-archive/])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz dist-lzip])
+AM_INIT_AUTOMAKE([1.11 -Wall gnu no-dist-gzip dist-xz dist-lzip])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([doc/autoconf-archive.texi])
AC_MSG_NOTICE([$PACKAGE_STRING])