summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:16:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:19:09 -0700
commitf91f633858cf132e50924224c50d6264a92caabb (patch)
tree96bee6452a237946947371f0de943248ee396a23 /ChangeLog
parent0daf0649ebfb5fb832d14b44c895b36de287e451 (diff)
downloadgnulib-f91f633858cf132e50924224c50d6264a92caabb.tar.gz
largefile: sync from Autoconf master
* modules/largefile-required, modules/year2038-required: New modules. * MODULES.html.sh, doc/largefile.texi, doc/posix-headers/time.texi: * doc/year2038.texi: Document this. * m4/largefile.m4: Sync from Autoconf master. Conditionalize the workaround on AC_SYS_LARGEFILE_REQUIRED rather than on AC_SYS_YEAR2038 so that we replace older but still unreleased Autoconf. (AC_SYS_LARGEFILE_REQUIRED, AC_SYS_YEAR2038_REQUIRED): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb49b16cf0..05b11d9f50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-09 Paul Eggert <eggert@cs.ucla.edu>
+ largefile: sync from Autoconf master
+ * m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
+ Now an alias for _AC_SYS_LARGEFILE_TEST_CODE.
+ (AC_SYS_LARGEFILE_REQUIRED, AC_SYS_YEAR2038_REQUIRED): New macros.
+
year2038: configure earlier
* modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early
since it can affect CPPFLAGS with _TIME_BITS=64.