]> Savannah Git Hosting - gnulib.git/commit
largefile: sync from Autoconf master
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2022 19:41:57 +0000 (11:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2022 19:43:52 +0000 (11:43 -0800)
commit7c7c8a519f3892f6f5b30a1c6b22796ab314a45c
tree7bfba85db3394deb442e5718bdd22f54eacdea85
parent758fab78eaa325ee0f84a277892d3da55e2370c3
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