]> Savannah Git Hosting - gnulib.git/commitdiff
largefile: just use 2.70
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Dec 2020 23:51:27 +0000 (15:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Dec 2020 01:36:25 +0000 (17:36 -0800)
* m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
Use Autoconf 2.70 as a prerequisite, not 2.69c.

ChangeLog
m4/largefile.m4

index 67b06f9af7e7623063991901c37f50e982a387a3..23b6a5167f99bae0f997510e087b66a8906055d5 100644 (file)
--- 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.
index 2562d064b38287c879272af64832d5edf2734636..c4cc835bea0647bd027eedcbf7625ab201d9f6cf 100644 (file)
@@ -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.