diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-06 13:13:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-08 12:31:25 -0800 |
commit | 9c66a587f301a4e35b9de68bc6d7419247f0e062 (patch) | |
tree | 227f595dd9677f4404ce44be3112e5a52eab3c57 /configure.ac | |
parent | 5a8a115aa49d06e29a32d1fc5466308b00e9095a (diff) |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5377041..7f1c3c5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. # Initialize Autoconf -AC_PREREQ([2.60]) +AC_PREREQ([2.70]) AC_INIT([fslsfonts], [1.0.6], [https://gitlab.freedesktop.org/xorg/app/fslsfonts/-/issues], [fslsfonts]) |