summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-06 16:29:24 +0100
committerJim Meyering <meyering@redhat.com>2011-11-06 16:29:24 +0100
commit95157241b2ade7a7717d1ef910e79d2bfe19a51d (patch)
treed71c12010c9bb8c74299dd2df755adcfcba7da67 /configure.ac
parentce02989641c4e2f1ecd52454328bdb929e97574f (diff)
downloadgrep-95157241b2ade7a7717d1ef910e79d2bfe19a51d.tar.gz
build: stop distributing gzip'd releases; xz is enough
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist-gzip. * NEWS (Build-related): Mention that we're dropping .tar.gz.
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 2e130644..0478d520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AC_DEFINE([GREP], 1, [We are building grep])
AC_PREREQ(2.59)
dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_HEADERS([config.h:config.hin])