From d0ebba6f6845cd3fa9bb36165008a0037082a4a2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Jul 2023 00:12:05 +0200 Subject: [PATCH] Increase required autoconf version to 2.69 This is pretty ancient by now (released 2012-04-24) and anything older than it is really unlikely to be used on any development machine. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dec031485a..5b42240a02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.58) +AC_PREREQ(2.69) dnl --------------------------------------------------------------------------- dnl