summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.conf1
-rw-r--r--build-aux/.gitignore1
-rw-r--r--configure.ac1
m---------gnulib0
4 files changed, 2 insertions, 1 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
-Subproject 0f247f994ecf88c40563c2d264536a1aa7634b3
+Subproject 372ef2a0e94ec6ee85b5fc4bab763154ec11420