summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-01 14:25:54 +0200
committerJim Meyering <meyering@redhat.com>2011-10-01 17:50:32 +0200
commite1c589ecd56a8ef89d1250d2e81de8847e97c69c (patch)
tree48302c8d45fa71fc7457b39a0a1e427d9c0799fa /configure.ac
parent28460826d3aa61aadd2db3acc9c63e50ce35b469 (diff)
downloadcoreutils-e1c589ecd56a8ef89d1250d2e81de8847e97c69c.tar.xz
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 aeca73fe1..8241b55db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR([src/ls.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE([1.11.1 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_PROG_CC_STDC