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-16 18:12:27 -0800
commit48c4ae4742542f0c4d0c43993871f4c649f39f38 (patch)
treec3c3f354684a6879f568378d8acd5a0056d4bf4c
parentbfd2bb4f70d2c155c1bd281ce0ea6b106ec0e2fb (diff)
downloadxorg-util-makedepend-48c4ae4742542f0c4d0c43993871f4c649f39f38.tar.gz
configure: raise minimum autoconf requirement to 2.70HEADmaster
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 424cbcf..68fc168 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
dnl Process this file with autoconf to create configure.
# Initialize Autoconf
-AC_PREREQ([2.60])
+AC_PREREQ([2.70])
AC_INIT([makedepend], [1.0.8],
[https://gitlab.freedesktop.org/xorg/util/makedepend/-/issues])
AC_CONFIG_SRCDIR([Makefile.am])