From 3edb801c061779b8245557f14072e8b5681986f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Aug 2011 10:20:06 +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 + configure.ac | 1 - gnulib | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 5aa783b..e6a76b4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -46,6 +46,7 @@ gnupload hard-locale inttostr inttypes +largefile maintainer-makefile manywarnings mbrtowc diff --git a/configure.ac b/configure.ac index 1afc344..a92d950 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,6 @@ AM_MISSING_PROG([HELP2MAN], [help2man]) AC_PROG_RANLIB gl_EARLY gl_USE_SYSTEM_EXTENSIONS -AC_SYS_LARGEFILE gl_INIT AC_ARG_ENABLE([gcc-warnings], diff --git a/gnulib b/gnulib index 8068b5d..e0a7833 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 8068b5d283630a295b2929b9dc6a65916b10f52f +Subproject commit e0a7833645649be1bec1ea92ebd88603a30536a0 -- cgit v1.2.1