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  79d2c07e90cfe9e1f9327c90777811ed19e923ad (commit)
      from  bb85185a2b32f4c35f3cf629319ca03088602144 (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=79d2c07e90cfe9e1f9327c90777811ed19e923ad


commit 79d2c07e90cfe9e1f9327c90777811ed19e923ad
Author: Jim Meyering <[email protected]>
Date:   Sat Aug 20 22:44:20 2011 +0200

    build: use largefile module and update to latest gnulib
    
    * configure.ac: Remove AC_SYS_LARGEFILE, subsumed by ...
    * bootstrap.conf (gnulib_modules): ...this.  Use largefile module.
    * gnulib: Update to latest.

diff --git a/bootstrap.conf b/bootstrap.conf
index 66c239e..c3b7158 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -43,6 +43,7 @@ ignore-value
 intprops
 isblank
 isdir
+largefile
 lseek
 locale
 malloc-gnu
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index a561ced..78cf860 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -15,6 +15,7 @@
 /link-warning.h
 /mdate-sh
 /missing
+/snippet
 /texinfo.tex
 /unused-parameter.h
 /update-copyright
diff --git a/configure.ac b/configure.ac
index aca529a..2e13064 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,6 @@ gl_EARLY
 AC_PROG_RANLIB
 
 dnl Checks for typedefs, structures, and compiler characteristics.
-AC_SYS_LARGEFILE
 AC_TYPE_SIZE_T
 AC_C_CONST
 gl_INIT
diff --git a/gnulib b/gnulib
index 0f247f9..372ef2a 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 0f247f994ecf88c40563c2d264536a1aa7634b33
+Subproject commit 372ef2a0e94ec6ee85b5fc4bab763154ec11420d

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

Summary of changes:
 bootstrap.conf       |    1 +
 build-aux/.gitignore |    1 +
 configure.ac         |    1 -
 gnulib               |    2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep

Reply via email to