summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-08-10 10:20:06 +0200
committerJim Meyering <meyering@redhat.com>2011-08-10 10:21:14 +0200
commit3edb801c061779b8245557f14072e8b5681986f7 (patch)
tree4cd4b535374f35e6735b29fc503268fb7c3d1664 /configure.ac
parent8832cf045d62a4a40e6df948e6cf8b85485653a0 (diff)
downloaddiffutils-3edb801c061779b8245557f14072e8b5681986f7.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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],