Thanks, I installed the attached which I hope is good enough. It's also in Autoconf master now.
From 247f06bd6f6a3a637442060d4ad20907778e88cd Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Mon, 17 Jun 2024 21:08:29 -0700
Subject: [PATCH] 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.
---
 ChangeLog       | 7 +++++++
 m4/largefile.m4 | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 553f1aa896..75f06623d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2024-06-17  Paul Eggert  <egg...@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
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
-- 
2.43.0

Reply via email to