]> Savannah Git Hosting - gnulib.git/commit
year2038: Add --disable-year2038 option
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Jul 2021 22:21:44 +0000 (15:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Jul 2021 22:22:27 +0000 (15:22 -0700)
commit7dd2562058aa4cc3a1a4714b6248193fd5444491
tree9b764f7f9d9d3b39ec98667643161266ab783e1b
parent02e7acf2fd065850240fad00c7ad30b90a51fd71
year2038: Add --disable-year2038 option

Also, document this stuff better.  Suggested by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2021-07/msg00011.html
* doc/year2038.texi: Document --disable-year2038.
* m4/year2038.m4 (gl_YEAR2038_BODY): Support ‘./configure
--disable-year2038’ to disable 64-bit time_t when that is not the
default.  Arg is now either empty or nonempty (not a shell
command) and is evaluated at m4 expansion time instead of at
runtime; all callers changed.
ChangeLog
doc/year2038.texi
m4/largefile.m4
m4/year2038.m4