summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-08-10 15:52:02 +0200
committerJim Meyering <meyering@redhat.com>2011-08-11 14:18:57 +0200
commit46ad06707c71e3bbfc34e5f098745ef5bec3968b (patch)
tree25fd623412c20147ecccbe1ae08da41629f0887c
parent2231959c1834ca2b6fd24495757703596021e319 (diff)
downloadpatch-46ad06707c71e3bbfc34e5f098745ef5bec3968b.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. This is useful to Mac OS X 10.5 users if/when configure is generated using autoconf prior to v2.68-80-gdb2f2e0.
-rw-r--r--bootstrap.conf1
-rw-r--r--configure.ac1
m---------gnulib0
-rw-r--r--m4/.gitignore3
4 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a460c57..62f03b7 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -35,6 +35,7 @@ gitlog-to-changelog
git-version-gen
hash
ignore-value
+largefile
lchmod
lstat
maintainer-makefile
diff --git a/configure.ac b/configure.ac
index aa07fac..08aa9ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,6 @@ AC_PROG_CC
AC_PROG_CC_STDC
gl_EARLY
gl_USE_SYSTEM_EXTENSIONS
-AC_SYS_LARGEFILE
AC_HEADER_STDC
gl_INIT
diff --git a/gnulib b/gnulib
-Subproject ef05ce61b0e5354256e0096c7dc022bf09bbf1d
+Subproject 17857d41b41e7b22ba58e4e0d98693ee14f022d
diff --git a/m4/.gitignore b/m4/.gitignore
index 29db97d..a9814e0 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -37,6 +37,7 @@
/inline.m4
/intmax_t.m4
/inttypes_h.m4
+/largefile.m4
/lchmod.m4
/localcharset.m4
/locale-fr.m4
@@ -56,6 +57,7 @@
/mktime.m4
/mmap-anon.m4
/multiarch.m4
+/nocrash.m4
/parse-datetime.m4
/pathmax.m4
/printf.m4
@@ -85,6 +87,7 @@
/strndup.m4
/strnlen.m4
/symlink.m4
+/sys_socket_h.m4
/sys_stat_h.m4
/sys_time_h.m4
/tempname.m4