summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 13:13:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-06 13:32:14 -0800
commit31a9451111fb1e3ae1199d44f94cd0b134ca455d (patch)
treee7524d6f40211ef3392554a283a1ffdd258d715d
parent1ba02f878f83e3b42389547e01b24371f0a50e60 (diff)
downloadxorg-lib-libX11-31a9451111fb1e3ae1199d44f94cd0b134ca455d.tar.gz
configure: raise minimum autoconf requirement to 2.70
Needed for builds on NetBSD to work correctly, since it depends on AC_USE_SYSTEM_EXTENSIONS defining _OPENBSD_SOURCE to expose the prototype for reallocarray() in the system headers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bd1e909b..c9aab5ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
-AC_PREREQ([2.60])
+AC_PREREQ([2.70])
AC_INIT([libX11], [1.8.4],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])