From: Paul Eggert Date: Tue, 18 Jun 2024 04:08:29 +0000 (-0700) Subject: Improve wording for Y2038 and largefile probes X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=247f06bd6f6a3a637442060d4ad20907778e88cd;p=gnulib.git Improve wording for Y2038 and largefile probes This change syncs from Autoconf master. Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2024-06/msg00181.html * m4/largefile.m4 (_AC_SYS_YEAR2038_PROBE) (_AC_SYS_LARGEFILE_PROBE): Improve wording of chatter. --- diff --git a/ChangeLog b/ChangeLog index 553f1aa896..75f06623d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2024-06-17 Paul Eggert + Improve wording for Y2038 and largefile probes + This change syncs from Autoconf master. + Problem reported by Bruno Haible in: + https://lists.gnu.org/r/bug-gnulib/2024-06/msg00181.html + * m4/largefile.m4 (_AC_SYS_YEAR2038_PROBE) + (_AC_SYS_LARGEFILE_PROBE): Improve wording of chatter. + nstrftime: fix bug with -0000 on Solaris 11 Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2024-06/msg00201.html diff --git a/m4/largefile.m4 b/m4/largefile.m4 index 2f824089b0..2881348359 100644 --- a/m4/largefile.m4 +++ b/m4/largefile.m4 @@ -1,5 +1,5 @@ # largefile.m4 -# serial 1 +# serial 2 dnl Copyright 1992-1996, 1998-2024 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -88,7 +88,7 @@ m4_define([_AC_SYS_YEAR2038_OPTIONS], m4_normalize( # If you change this macro you may also need to change # _AC_SYS_YEAR2038_OPTIONS. AC_DEFUN([_AC_SYS_YEAR2038_PROBE], -[AC_CACHE_CHECK([for $CPPFLAGS option for timestamps after 2038], +[AC_CACHE_CHECK([for $CC option to support timestamps after 2038], [ac_cv_sys_year2038_opts], [ac_save_CPPFLAGS="$CPPFLAGS" ac_opt_found=no @@ -234,7 +234,7 @@ m4_define([_AC_SYS_LARGEFILE_OPTIONS], m4_normalize( # If you change this macro you may also need to change # _AC_SYS_LARGEFILE_OPTIONS. AC_DEFUN([_AC_SYS_LARGEFILE_PROBE], -[AC_CACHE_CHECK([for $CPPFLAGS option for large files], +[AC_CACHE_CHECK([for $CC option to support large files], [ac_cv_sys_largefile_opts], [ac_save_CPPFLAGS=$CPPFLAGS ac_opt_found=no