From 79d2c07e90cfe9e1f9327c90777811ed19e923ad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Aug 2011 22:44:20 +0200 Subject: 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 66c239e2..c3b71586 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 a561ced5..78cf8601 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 aca529af..2e130644 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 0f247f99..372ef2a0 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 0f247f994ecf88c40563c2d264536a1aa7634b33 +Subproject commit 372ef2a0e94ec6ee85b5fc4bab763154ec11420d -- cgit v1.2.1