Lower the required Autoconf version to 2.70

This commit is contained in:
Alexey Kopytov
2025-03-09 15:22:05 +03:00
parent f85f63cec6
commit 0aff740b73

View File

@ -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])