grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.25-104-g079e942


From: Paul Eggert
Subject: grep branch, master, updated. v2.25-104-g079e942
Date: Tue, 27 Sep 2016 18:14:59 +0000 (UTC)

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  079e942a0edb6122c411f9dd5ed0e98cdd4fa420 (commit)
      from  db39f34e8509b314cf0f38dcb3107842d6c41156 (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=079e942a0edb6122c411f9dd5ed0e98cdd4fa420


commit 079e942a0edb6122c411f9dd5ed0e98cdd4fa420
Author: Paul Eggert <address@hidden>
Date:   Tue Sep 27 11:14:35 2016 -0700

    build: port .git builds to newer GCC
    
    * configure.ac (gl_gcc_warnings): Omit duplicate copy of 'main'.
    Problem reported by Assaf Gordon in:
    http://lists.gnu.org/archive/html/grep-devel/2016-09/msg00024.html

diff --git a/configure.ac b/configure.ac
index 202e30b..cbd1ff6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,9 +113,7 @@ AC_ARG_ENABLE([gcc-warnings],
    if test "$GCC" = yes && test -d "$srcdir"/.git; then
      AC_COMPILE_IFELSE(
        [AC_LANG_PROGRAM([[
-          #if 6 < __GNUC__ + (2 <= __GNUC_MINOR__)
-            int main (void) { return 0; }
-          #else
+          #if ! (6 < __GNUC__ + (2 <= __GNUC_MINOR__))
             #error "This GCC is too old."
           #endif
           ]])],

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

Summary of changes:
 configure.ac |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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