From: Jim Meyering Date: Sat, 1 Oct 2011 12:25:54 +0000 (+0200) Subject: build: stop distributing gzip'd releases; xz is enough X-Git-Tag: v8.14~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c589ecd56a8ef89d1250d2e81de8847e97c69c;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/NEWS b/NEWS index f7b142b745..f50e61a634 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,12 @@ GNU coreutils NEWS -*- outline -*- it is handling (SIGTERM, SIGINT, ...). This is to support systems that implicitly create threads for some timer functions (like GNU/kFreeBSD). +** Build-related + + "make dist" no longer builds .tar.gz files. + xz is portable enough and in wide-enough use that distributing + only .tar.xz files is enough. + * Noteworthy changes in release 8.13 (2011-09-08) [stable] diff --git a/configure.ac b/configure.ac index aeca73fe17..8241b55db8 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