summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 18:33:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-16 18:33:46 -0800
commita3bbfd7986f9b67f7db0112faee37f6109dfbcac (patch)
treeae62a6c529fc2caffbb8e21f08474717cf327cc5 /configure.ac
parenteeae8f6a501e5fb90ca2a90556d8c6bf9679eb91 (diff)
downloadxorg-app-xauth-master.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>
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 65c074a..c3491cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl
dnl Process this file with autoconf to create configure.
# Initialize Autoconf
-AC_PREREQ([2.60])
+AC_PREREQ([2.70])
AC_INIT([xauth],
[1.1.2],
[https://gitlab.freedesktop.org/xorg/app/xauth/issues],