summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-14 14:27:28 +0100
committerJim Meyering <meyering@redhat.com>2011-12-14 14:27:28 +0100
commit439286a937c2ae02374e0389ed2ccd91240a8bd8 (patch)
treecb7a75e23ea70b375989a312f47e5d478b090dcc
parent31b43733d40d0a919e0af013f48e271f5824200e (diff)
downloaddiffutils-439286a937c2ae02374e0389ed2ccd91240a8bd8.tar.gz
build: stop distributing gzip'd releases; xz is enough
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist-gzip.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a92d950..93aa791 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CONFIG_SRCDIR([src/diff.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_HEADER([lib/config.h:lib/config.hin])