summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-03 09:12:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-03 09:18:40 -0700
commit1982523c6f052a2b361035a9d5d9737510ed0738 (patch)
treec391f651d80be21fae910c0fa373c2076b9026ba
parente25dfa75e18295d28de67747b4ff9d65f65c4f06 (diff)
downloadautoconf-1982523c6f052a2b361035a9d5d9737510ed0738.tar.gz
Support circa early 2022 Gnulib
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.
-rw-r--r--lib/autoconf/specific.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4
index a2dc5d48..5dc00695 100644
--- a/lib/autoconf/specific.m4
+++ b/lib/autoconf/specific.m4
@@ -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
# -------------------------