grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.9-67-g9515724


From: Jim Meyering
Subject: grep branch, master, updated. v2.9-67-g9515724
Date: Sun, 06 Nov 2011 18:07:53 +0000

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  95157241b2ade7a7717d1ef910e79d2bfe19a51d (commit)
       via  ce02989641c4e2f1ecd52454328bdb929e97574f (commit)
      from  e88a270d07c56567a042899256abc5c4804fc9d8 (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=95157241b2ade7a7717d1ef910e79d2bfe19a51d


commit 95157241b2ade7a7717d1ef910e79d2bfe19a51d
Author: Jim Meyering <address@hidden>
Date:   Sun Nov 6 16:29:24 2011 +0100

    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 2b06af4..4f4cfe7 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,12 @@ GNU grep NEWS                                    -*- outline 
-*-
   because it can result in an "infinite" disk-filling loop.
   [bug present since "the beginning"]
 
+** 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 2.9 (2011-06-21) [stable]
 
diff --git a/configure.ac b/configure.ac
index 2e13064..0478d52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ(2.59)
 
 dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CONFIG_HEADERS([config.h:config.hin])

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


commit 95157241b2ade7a7717d1ef910e79d2bfe19a51d
Author: Jim Meyering <address@hidden>
Date:   Sun Nov 6 16:29:24 2011 +0100

    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 2b06af4..4f4cfe7 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,12 @@ GNU grep NEWS                                    -*- outline 
-*-
   because it can result in an "infinite" disk-filling loop.
   [bug present since "the beginning"]
 
+** 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 2.9 (2011-06-21) [stable]
 
diff --git a/configure.ac b/configure.ac
index 2e13064..0478d52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ(2.59)
 
 dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CONFIG_HEADERS([config.h:config.hin])

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

Summary of changes:
 NEWS         |    6 ++++++
 configure.ac |    2 +-
 gnulib       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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