summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2024-12-31 12:38:40 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2024-12-31 12:38:40 +0100
commit29396a397e18f368fc9ecad4a8e831dd6d75d46e (patch)
treed396e5d6267a1319ace3f665231f6829064f245e /configure.ac
parentb709a4d858537060a96f2b6986d15d3abcb9529a (diff)
downloadmonitoring-plugins-29396a397e18f368fc9ecad4a8e831dd6d75d46e.tar.gz
configure.ac: Lower required Autoconf version
Revert the bump to requiring Autoconf 2.71, as some of our CI images don't offer that version yet. Keep the remaining changes though, as they should be compatible with Autoconf 2.64.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79b44c7b..ef3d26e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ([2.71]) 2AC_PREREQ([2.64])
3AC_INIT([monitoring-plugins],[2.4git]) 3AC_INIT([monitoring-plugins],[2.4git])
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES([gl/Makefile]) 5AC_CONFIG_FILES([gl/Makefile])