maint: include the module year2038 from gnulib

* bootstrap.conf (gnulib_modules): Add 'year2038' to ensure that time_t
is 64-bit (and thus works after 2038).

Suggested by Bruno Haible in
https://lists.gnu.org/r/bug-gnulib/2017-11/msg00022.html
This commit is contained in:
Bernhard Voelker 2017-11-12 15:51:22 +01:00
parent 8c40dd213b
commit d43734ced4

View File

@ -178,6 +178,7 @@ gnulib_modules="
xstrtod
xstrtol
xstrtoumax
year2038
yesno
${maintainer_modules}
"