From ea7c073d2d6bd98ca0f3fda15291d1db0953e59f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 2025 11:23:56 -0800 Subject: [PATCH] maint: once again distribute .tar.gz files * configure.ac: Reenable distribution of gzip-compressed tarballs, to help reduce the size of the Guix seed, as discussed at https://lists.gnu.org/r/coreutils/2020-02/msg00042.html and https://lists.gnu.org/r/sed-devel/2020-01/msg00013.html * NEWS (Release): Mention this. Requested by Nicolas Boos --- NEWS | 4 ++++ configure.ac | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9d8bfd5..0647d9b 100644 --- a/NEWS +++ b/NEWS @@ -66,6 +66,10 @@ GNU diffutils NEWS -*- outline -*- when comparing files in a mutating file system. [bug present since "the beginning"] +** Release + + distribute gzip-compressed tarballs once again + * Noteworthy changes in release 3.10 (2023-05-21) [stable] diff --git a/configure.ac b/configure.ac index a427e3f..268ff7a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,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 no-dist-gzip subdir-objects - color-tests parallel-tests]) +AM_INIT_AUTOMAKE([1.11 dist-xz subdir-objects color-tests parallel-tests]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])