>From 1021a92aa915ac500b2be267dde6acf342b86038 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Sep 2020 11:14:12 -0700 Subject: [PATCH 2/2] Distribute a gzip tarball again Requested by Issam E. Maghni in: https://lists.gnu.org/r/grep-devel/2020-09/msg00000.html * configure.ac (AM_INIT_AUTOMAKE): Remove no-dist-gzip. --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f661adf..acd95dd 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,11 @@ GNU grep NEWS -*- outline -*- A performance regression with many duplicate patterns has been fixed. [Bug#43040 introduced in grep 3.4] +** Build-related + + "make dist" builds .tar.gz files again, as they are still used in + some barebones builds. + * Noteworthy changes in release 3.4 (2020-01-02) [stable] ** New features diff --git a/configure.ac b/configure.ac index c5b3c4d..8ac7013 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.64]) AC_CONFIG_MACRO_DIRS([m4]) dnl Automake stuff. -AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests +AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests subdir-objects]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. -- 2.17.1