]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Support circa early 2022 Gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Apr 2023 16:12:40 +0000 (09:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Apr 2023 16:18:40 +0000 (09:18 -0700)
Problem reported by Frederic Berat in:
https://lists.gnu.org/r/bug-rcs/2023-04/msg00001.html
* lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
Bring back for compatibility with post-2.71, pre-2.73 Gnulib.

lib/autoconf/specific.m4

index a2dc5d4883177feb1f8ac1b6bb6d9f6aa890fb3f..5dc006959b00de19e8c1a057fb17379f7f97bc1d 100644 (file)
@@ -277,6 +277,8 @@ m4_define([_AC_SYS_LARGEFILE_TEST_CODE],
                       && LARGE_OFF_T % 2147483647 == 1)
                      ? 1 : -1]];[]dnl
 ])
+# Defined by Autoconf 2.71 and circa 2022 Gnulib unwisely depended on it.
+m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [_AC_SYS_LARGEFILE_TEST_CODE])
 
 # _AC_SYS_LARGEFILE_OPTIONS
 # -------------------------