]> Savannah Git Hosting - gnulib.git/commitdiff
Improve wording for Y2038 and largefile probes
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2024 04:08:29 +0000 (21:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jun 2024 04:08:50 +0000 (21:08 -0700)
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.

ChangeLog
m4/largefile.m4

index 553f1aa8960b0011772dff6d0a559e47e7285302..75f06623d6a66a9a7fa465e848dc550bc4709e0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2024-06-17  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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
index 2f824089b0a93580f0f51764c152d5be2a7ba5e8..28813483594d1cacd22361037afab7c13e6e027e 100644 (file)
@@ -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