summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 19:02:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 19:02:48 -0800
commit50cac0209f96469d3a332a59a9c8d6d658edaf5f (patch)
treeb5879ba1e69f1be612c95b4eaf7c31fbd7f6c50a /configure.ac
parente8556ab06e03b59e9a512eb02955247efd4c4054 (diff)
downloadxorg-lib-libXext-50cac0209f96469d3a332a59a9c8d6d658edaf5f.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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 035e28c..a065cef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
-AC_PREREQ([2.60])
+AC_PREREQ([2.70])
AC_INIT([libXext], [1.3.5],
[https://gitlab.freedesktop.org/xorg/lib/libxext/-/issues], [libXext])
AC_CONFIG_SRCDIR([Makefile.am])