From: Paul Eggert Date: Fri, 11 Dec 2020 23:51:27 +0000 (-0800) Subject: largefile: just use 2.70 X-Git-Tag: v1.0~3384 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5662dcc2a31be28e29ca62227f50303e86bc2b44;p=gnulib.git largefile: just use 2.70 * m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES): Use Autoconf 2.70 as a prerequisite, not 2.69c. --- diff --git a/ChangeLog b/ChangeLog index 67b06f9af7..23b6a5167f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-12-11 Paul Eggert + 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 2562d064b3..c4cc835bea 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.