I expect to push this soon. I'll write something in NEWS, too. If anyone expects to be seriously inconvenienced, let us know.
>From ca6eef72b32ab1d5002b2aa733bec215ec8b41fb Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Sat, 1 Oct 2011 14:25:54 +0200 Subject: [PATCH] build: stop distributing gzip'd releases; xz is enough * configure.ac (AM_INIT_AUTOMAKE): Add no-dist-gzip. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index aeca73f..8241b55 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 -- 1.7.7.rc0.362.g5a14
