summaryrefslogtreecommitdiff
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
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>
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1683f1..c3a51d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
# Please see the ci-templates documentation for details:
# https://freedesktop.pages.freedesktop.org/ci-templates/
-.templates_sha: &template_sha 34f4ade99434043f88e164933f570301fd18b125 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha fddab8aa63e89a8e65214f59860d9c0f030360c9 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
@@ -30,7 +30,7 @@ variables:
# The tag should be updated each time the list of packages is updated.
# Changing a tag forces the associated image to be rebuilt.
# Note: the tag has no meaning, we use a date format purely for readability
- FDO_DISTRIBUTION_TAG: '2021-11-30.1'
+ FDO_DISTRIBUTION_TAG: '2023-02-16.0'
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xorgproto xtrans libx11 libxau libxext libxmu'
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],