bug-grep
[Top][All Lists]
Advanced

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

[PATCH] build: use largefile module and update to latest gnulib


From: Jim Meyering
Subject: [PATCH] build: use largefile module and update to latest gnulib
Date: Sat, 20 Aug 2011 22:48:24 +0200

Now grep uses gnulib's largefile module, too:

>From 79d2c07e90cfe9e1f9327c90777811ed19e923ad Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 20 Aug 2011 22:44:20 +0200
Subject: [PATCH] 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.
---
 bootstrap.conf       |    1 +
 build-aux/.gitignore |    1 +
 configure.ac         |    1 -
 gnulib               |    2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)

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
--
1.7.6.677.gb5fca



reply via email to

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