summaryrefslogtreecommitdiff
path: root/modules/largefile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-25 11:41:57 -0800
committerBruno Haible <bruno@clisp.org>2023-03-29 01:34:23 +0200
commit39da61d3c3fb1774295705295c72d73a53dce9b1 (patch)
tree83bbb8145a97255038804655aa625e4131ac2ba5 /modules/largefile
parent9cf27a431b7597c8c5043cc1af2c46da8fff4456 (diff)
downloadgnulib-39da61d3c3fb1774295705295c72d73a53dce9b1.tar.gz
largefile: sync from Autoconf masterstable-202201
* m4/largefile.m4 (gl_SET_LARGEFILE_SOURCE): Test whether AC_SYS_YEAR2038 is defined when this macro is defined, not when it is used, as we now define AC_SYS_YEAR2038 later. (_AC_SYS_LARGEFILE_MACRO_VALUE): Remove. (_AC_SYS_YEAR2038_TEST_CODE, _AC_SYS_YEAR2038_OPTIONS) (_AC_SYS_YEAR2038_PROBE, _AC_SYS_YEAR2038_ENABLE) (_AC_SYS_YEAR2038_OPT_IN, AC_SYS_YEAR2038) (_AC_SYS_LARGEFILE_TEST_CODE, _AC_SYS_LARGEFILE_OPTIONS) (_AC_SYS_LARGEFILE_PROBE, _AC_SYS_LARGEFILE_ENABLE): New macros. (AC_SYS_LARGEFILE): Use them. * m4/year2038.m4: Remove. All mentions removed. * modules/largefile, modules/year2038 (configure.ac-early): Do not require gl_YEAR2038_EARLY. * modules/year2038 (Depends-on): Depend on largefile. (configure.ac): Require AC_SYS_YEAR2038, not gl_YEAR2038.
Diffstat (limited to 'modules/largefile')
-rw-r--r--modules/largefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/largefile b/modules/largefile
index 9e1d9f052a..fb4f6c4cbb 100644
--- a/modules/largefile
+++ b/modules/largefile
@@ -1,5 +1,5 @@
Description:
-Support for files larger than 2 GB.
+Support for files 2 GiB and larger.
Comment:
This module should not be used as a dependency from a test module,
@@ -8,12 +8,10 @@ have side effects on the compilation of the main modules in lib/.
Files:
m4/largefile.m4
-m4/year2038.m4
Depends-on:
configure.ac-early:
-AC_REQUIRE([gl_YEAR2038_EARLY])
AC_REQUIRE([AC_SYS_LARGEFILE])
configure.ac: