bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/8] largefile: just use 2.70


From: Paul Eggert
Subject: [PATCH 4/8] largefile: just use 2.70
Date: Fri, 11 Dec 2020 17:36:39 -0800

* m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
Use Autoconf 2.70 as a prerequisite, not 2.69c.
---
 ChangeLog       | 4 ++++
 m4/largefile.m4 | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 67b06f9af..23b6a5167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-12-11  Paul Eggert  <eggert@cs.ucla.edu>
 
+       largefile: just use 2.70
+       * m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
+       Use Autoconf 2.70 as a prerequisite, not 2.69c.
+
        AC_C_RESTRICT: update from Autoconf
        * m4/gnulib-common.m4 (gl_PROG_CC_C99): Use Autoconf 2.70
        as a prerequisite, not 2.69c, since 2.70 is now out.
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index 2562d064b..c4cc835be 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -25,7 +25,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
 # The following implementation works around a problem in autoconf <= 2.69;
 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
 # or configures them incorrectly in some cases.
-m4_version_prereq([2.69c], [] ,[
+m4_version_prereq([2.70], [], [
 
 # _AC_SYS_LARGEFILE_TEST_INCLUDES
 # -------------------------------
@@ -115,7 +115,7 @@ if test "$enable_largefile" != no; then
   fi
 fi
 ])# AC_SYS_LARGEFILE
-])# m4_version_prereq 2.69c
+])# m4_version_prereq 2.70
 
 # Enable large files on systems where this is implemented by Gnulib, not by the
 # system headers.
-- 
2.28.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]