grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.14-12-g703a9cf


From: Jim Meyering
Subject: grep branch, master, updated. v2.14-12-g703a9cf
Date: Wed, 24 Oct 2012 09:02:31 +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  703a9cf560db57abfc9ff3457fc5a696c1f563ac (commit)
       via  753d1223ac01b24917bb066693d34a2b23070bf3 (commit)
      from  efa477a2c147c60480ae0de323fd8c50aee4df6e (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=703a9cf560db57abfc9ff3457fc5a696c1f563ac


commit 703a9cf560db57abfc9ff3457fc5a696c1f563ac
Author: Jim Meyering <address@hidden>
Date:   Wed Oct 24 11:00:14 2012 +0200

    build: use AC_PROG_CC_STDC rather than AC_PROG_CC
    
    * configure.ac: Use AC_PROG_CC_STDC rather than AC_PROG_CC,
    to accommodate autoconf-2.69-37+.

diff --git a/configure.ac b/configure.ac
index 1e51ffc..84c6049 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ dnl Checks for programs.
 AC_CANONICAL_HOST
 AC_PROG_AWK
 AC_PROG_INSTALL
-AC_PROG_CC
+AC_PROG_CC_STDC
 gl_EARLY
 AC_PROG_RANLIB
 

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


commit 703a9cf560db57abfc9ff3457fc5a696c1f563ac
Author: Jim Meyering <address@hidden>
Date:   Wed Oct 24 11:00:14 2012 +0200

    build: use AC_PROG_CC_STDC rather than AC_PROG_CC
    
    * configure.ac: Use AC_PROG_CC_STDC rather than AC_PROG_CC,
    to accommodate autoconf-2.69-37+.

diff --git a/configure.ac b/configure.ac
index 1e51ffc..84c6049 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ dnl Checks for programs.
 AC_CANONICAL_HOST
 AC_PROG_AWK
 AC_PROG_INSTALL
-AC_PROG_CC
+AC_PROG_CC_STDC
 gl_EARLY
 AC_PROG_RANLIB
 

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

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


hooks/post-receive
-- 
grep



reply via email to

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