grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.14-49-g5e4d04a


From: Paul Eggert
Subject: grep branch, master, updated. v2.14-49-g5e4d04a
Date: Mon, 21 Oct 2013 02:41:59 +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  5e4d04a43c498746537a1fea7488c174f88d7f97 (commit)
      from  f9c758e1116c444d40493684f305190aafcc519d (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=5e4d04a43c498746537a1fea7488c174f88d7f97


commit 5e4d04a43c498746537a1fea7488c174f88d7f97
Author: Paul Eggert <address@hidden>
Date:   Sun Oct 20 19:41:27 2013 -0700

    build: avoid chatter from Automake 1.14
    
    * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.

diff --git a/configure.ac b/configure.ac
index ab7d387..b1393db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,8 @@ AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ(2.59)
 
 dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests
+                  subdir-objects])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CONFIG_HEADERS([config.h:config.hin])

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

Summary of changes:
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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