summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:15:16 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:19:09 -0700
commitd9122d2aa558bda2089ab8fe854d5ce8c34cb711 (patch)
tree5f8381f78cc3476147da909b294472e2ec45bc4c /m4
parent99fc85c723f3e393be47b1cbcf2711a03ceaf6ef (diff)
downloadgnulib-d9122d2aa558bda2089ab8fe854d5ce8c34cb711.tar.gz
maint: no Autoconf 2.72
Rewrite commentary to not mention Autoconf 2.72, as the plan is to jump from 2.71 to 2.73 with no 2.72. Leave code uses of ‘m4_version_prereq([2.72], ...)’ alone, though as they’re still correct for Autoconf released versions and will help test Autoconf release candidates.
Diffstat (limited to 'm4')
-rw-r--r--m4/largefile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index 7fb81b864a..b128e24353 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -10,7 +10,7 @@
# It does not set _LARGEFILE_SOURCE=1 on HP-UX/ia64 32-bit, although this
# setting of _LARGEFILE_SOURCE is needed so that <stdio.h> declares fseeko
# and ftello in C++ mode as well.
-# Fixed in Autoconf 2.72, which has AC_SYS_YEAR2038.
+# This problem occurs in Autoconf 2.71 and earlier, which lack AC_SYS_YEAR2038.
AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
m4_ifndef([AC_SYS_YEAR2038], [[
AC_REQUIRE([AC_CANONICAL_HOST])