summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 19:02:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 19:02:29 -0800
commit0bee036267c8e44a3109002965d18c9224296c08 (patch)
treeb5b0a401a17738a66cec7c3081941cdadb0ebb2b /configure.ac
parent572d9d52f408f23905d3af22a02108991944ab2d (diff)
downloadxorg-lib-libXfont-0bee036267c8e44a3109002965d18c9224296c08.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 fe2f987..c8098ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
#
# Initialize Autoconf
-AC_PREREQ([2.60])
+AC_PREREQ([2.70])
AC_INIT([libXfont2], [2.0.6],
[https://gitlab.freedesktop.org/xorg/lib/libxfont/-/issues], [libXfont2])
AC_CONFIG_SRCDIR([Makefile.am])