From 0aff740b732fc3265e77d17455fea2cc7bdaec07 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sun, 9 Mar 2025 15:22:05 +0300 Subject: [PATCH] Lower the required Autoconf version to 2.70 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ad2f1bb..76a84c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.72]) +AC_PREREQ([2.70]) AC_INIT([sysbench],[1.1.0],[https://github.com/akopytov/sysbench/issues],[sysbench],[https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config])