From: Paul Eggert Date: Mon, 10 Apr 2023 01:16:13 +0000 (-0700) Subject: year2038: configure earlier X-Git-Tag: v1.0~1474 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0daf0649ebfb5fb832d14b44c895b36de287e451;p=gnulib.git year2038: configure earlier * modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early since it can affect CPPFLAGS with _TIME_BITS=64. --- diff --git a/ChangeLog b/ChangeLog index 30aafccaed..bb49b16cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-09 Paul Eggert + + year2038: configure earlier + * modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early + since it can affect CPPFLAGS with _TIME_BITS=64. + 2023-04-09 Bruno Haible c32toupper: Add tests. diff --git a/modules/year2038 b/modules/year2038 index 40028e43e6..5e6cc7c58b 100644 --- a/modules/year2038 +++ b/modules/year2038 @@ -11,7 +11,7 @@ Files: Depends-on: largefile -configure.ac: +configure.ac-early: AC_REQUIRE([AC_SYS_YEAR2038]) Makefile.am: