From b5699ba50b088f6f5512bc7c3b83ec6fb1cd49ab Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 15 Oct 2014 16:10:10 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.1