]> Savannah Git Hosting - gnulib.git/commit
largefile: sync from Autoconf master stable-202201
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2022 19:41:57 +0000 (11:41 -0800)
committerBruno Haible <bruno@clisp.org>
Tue, 28 Mar 2023 23:34:23 +0000 (01:34 +0200)
commit39da61d3c3fb1774295705295c72d73a53dce9b1
tree83bbb8145a97255038804655aa625e4131ac2ba5
parent9cf27a431b7597c8c5043cc1af2c46da8fff4456
largefile: sync from Autoconf master

* 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.
ChangeLog
NEWS
m4/largefile.m4
m4/year2038.m4 [deleted file]
modules/largefile
modules/year2038