grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.3-84-g1021a92


From: Paul Eggert
Subject: grep branch, master, updated. v3.3-84-g1021a92
Date: Wed, 9 Sep 2020 14:36:53 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  1021a92aa915ac500b2be267dde6acf342b86038 (commit)
       via  69be8bc55396fec1b2f002a844e029fed1cda4a8 (commit)
      from  9393b977015bf7944cec1d71ad3972c101bdb4b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=1021a92aa915ac500b2be267dde6acf342b86038


commit 1021a92aa915ac500b2be267dde6acf342b86038
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Wed Sep 9 11:14:12 2020 -0700

    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.

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.
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=69be8bc55396fec1b2f002a844e029fed1cda4a8


commit 1021a92aa915ac500b2be267dde6acf342b86038
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Wed Sep 9 11:14:12 2020 -0700

    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.

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.
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS          | 5 +++++
 README-prereq | 1 +
 configure.ac  | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]