summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-08-10 15:40:07 +0200
committerJim Meyering <meyering@redhat.com>2011-08-10 15:50:00 +0200
commit63b2937f0c19a617b3145256b004e6370f36966d (patch)
tree6d2d9c8ba2fb5a6acfda11cee60bd5a60fb7063f
parentdc9369793648fe7d17d45239c00c97f2d80bc3de (diff)
downloadgzip-63b2937f0c19a617b3145256b004e6370f36966d.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.
-rw-r--r--bootstrap.conf1
-rw-r--r--configure.ac1
m---------gnulib0
-rw-r--r--lib/.gitignore7
-rw-r--r--m4/.gitignore11
5 files changed, 19 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a2e22ba..d193733 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -39,6 +39,7 @@ gnu-web-doc-update
gnumakefile
gnupload
ignore-value
+largefile
lib-ignore
lstat
maintainer-makefile
diff --git a/configure.ac b/configure.ac
index 6bae72c..4013dfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@ AC_PROG_RANLIB
AC_PROG_SHELL
gl_EARLY
-AC_SYS_LARGEFILE
gl_INIT
diff --git a/gnulib b/gnulib
-Subproject 39434c8500eba74bb0c3284a61bc2a8bba633c9
+Subproject 5b9e0c3ce734b9d9b0c0001e31b65a8a4713700
diff --git a/lib/.gitignore b/lib/.gitignore
index 5cd6907..61e76b1 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -60,6 +60,7 @@
/filenamecat-lgpl.c
/filenamecat.h
/float+.h
+/float.c
/float.h
/float.in.h
/fpending.c
@@ -74,10 +75,12 @@
/freading.h
/frexp.c
/frexpl.c
+/fseek.c
/fseeko.c
/fseterr.c
/fseterr.h
/fstatat.c
+/ftell.c
/ftello.c
/getcwd-lgpl.c
/getcwd.c
@@ -126,6 +129,7 @@
/openat-proc.c
/openat.c
/openat.h
+/pathmax.h
/perror.c
/pipe-safer.c
/printf-args.c
@@ -172,7 +176,10 @@
/stdlib_.h
/strdup.c
/streq.h
+/strerror-override.c
+/strerror-override.h
/strerror.c
+/strerror_r.c
/string.h
/string.in.h
/stripslash.c
diff --git a/m4/.gitignore b/m4/.gitignore
index baa1577..a566731 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -44,7 +44,9 @@
/freading.m4
/frexp.m4
/frexpl.m4
+/fseek.m4
/fseeko.m4
+/ftell.m4
/ftello.m4
/getcwd-abort-bug.m4
/getcwd-path-max.m4
@@ -67,13 +69,18 @@
/isnand.m4
/isnanf.m4
/isnanl.m4
+/largefile.m4
/lchown.m4
/ldexpl.m4
/lib-ignore.m4
+/lib-ld.m4
+/lib-link.m4
+/lib-prefix.m4
/localcharset.m4
/locale-fr.m4
/locale-ja.m4
/locale-zh.m4
+/lock.m4
/longlong.m4
/lseek.m4
/lstat.m4
@@ -93,6 +100,7 @@
/nocrash.m4
/open.m4
/openat.m4
+/pathmax.m4
/perror.m4
/printf-frexp.m4
/printf-frexpl.m4
@@ -114,9 +122,12 @@
/stdlib_h.m4
/strdup.m4
/strerror.m4
+/strerror_r.m4
/string_h.m4
+/sys_socket_h.m4
/sys_stat_h.m4
/sys_time_h.m4
+/threadlib.m4
/time_h.m4
/timespec.m4
/unistd-safer.m4