summaryrefslogtreecommitdiff
path: root/all-modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-29 11:44:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-29 11:46:25 -0700
commitc2a5953f179814dd0f4b7e627aae9a009181ed6a (patch)
tree38b71aed28c1c6215f4381085d9b85767198d7a6 /all-modules
parent44480828308ad08a1b37e2d96a72ababee5f7174 (diff)
downloadgnulib-c2a5953f179814dd0f4b7e627aae9a009181ed6a.tar.gz
year2038-recommended: new module
Remove year2038-required and largefile-required, replacing the former with year2038-recommended and simply removing the latter. This syncs with Autoconf master. * MODULES.html.sh, NEWS, doc/largefile.texi: * all-modules (exclude): Exclude year2038-recommended, not -required. * doc/posix-headers/sys_types.texi, doc/posix-headers/time.texi: * doc/year2038.texi: Mention this. * m4/largefile.m4: Sync from Autoconf. Override existing macros if AC_SYS_YEAR2038_RECOMMENDED is not defined, rather than if AC_SYS_LARGEFILE_REQUIRED is not defined. * modules/largefile-required, modules/year2038-required: Removed. * modules/year2038: Do not depend on largefile; simply use m4/largefile.m4, since we shouldn’t need the extra goodies largefile supplies. * modules/year2038-recommended: New module.
Diffstat (limited to 'all-modules')
-rwxr-xr-xall-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/all-modules b/all-modules
index 5b742245cc..571e2a97db 100755
--- a/all-modules
+++ b/all-modules
@@ -89,7 +89,7 @@ exclude_for_mingw="$exclude_for_mingw forkpty-tests forkpty login_tty-tests logi
exclude_for_msvc="$exclude_for_mingw"
# Command-line option processing.
-exclude="year2038-required"
+exclude="year2038-recommended"
while test $# -gt 0; do
case "$1" in
--for-mingw | --for-ming | --for-min | --for-mi )