From 63b2937f0c19a617b3145256b004e6370f36966d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Aug 2011 15:40:07 +0200 Subject: [PATCH] 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 +- lib/.gitignore | 7 +++++++ m4/.gitignore | 11 +++++++++++ 5 files changed, 20 insertions(+), 2 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 index 39434c8..5b9e0c3 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 39434c8500eba74bb0c3284a61bc2a8bba633c9f +Subproject commit 5b9e0c3ce734b9d9b0c0001e31b65a8a4713700d 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 -- 2.47.2