* modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early since it can affect CPPFLAGS with _TIME_BITS=64. --- ChangeLog | 6 ++++++ modules/year2038 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 30aafccaed..bb49b16cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-09 Paul Eggert <egg...@cs.ucla.edu> + + 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 <br...@clisp.org> 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: -- 2.37.2