grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-47-ga09cec8


From: Jim Meyering
Subject: grep branch, master, updated. v2.18-47-ga09cec8
Date: Sun, 06 Apr 2014 17:01:09 +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  a09cec8b667bcbae2f96c8b3de12dc9de4a3ab87 (commit)
      from  561ffc0f203ea663bb668ac9f6014c16f39fc7d9 (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=a09cec8b667bcbae2f96c8b3de12dc9de4a3ab87


commit a09cec8b667bcbae2f96c8b3de12dc9de4a3ab87
Author: Jim Meyering <address@hidden>
Date:   Sun Apr 6 09:25:41 2014 -0700

    build: avoid OS X 10.8.5 build failure due to lack of static_assert
    
    * bootstrap.conf (gnulib_modules): Add assert-h, to accommodate the
    new use of static_assert on systems lacking support for that construct.
    Without this change, compilation of dfa.c failed on OS X 10.8.5 with
    gcc-4.9.0 20140324.  We should be using gnulib's assert-h module,
    regardless, for its nominal improved portability, since grep includes
    assert.h and uses assert.

diff --git a/bootstrap.conf b/bootstrap.conf
index 367427d..86cd81d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,6 +24,7 @@ gnulib_modules='
 alloca
 announce-gen
 argmatch
+assert-h
 binary-io
 btowc
 c-ctype

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

Summary of changes:
 bootstrap.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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