diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-31 12:38:40 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-31 12:38:40 +0100 |
commit | 29396a397e18f368fc9ecad4a8e831dd6d75d46e (patch) | |
tree | d396e5d6267a1319ace3f665231f6829064f245e | |
parent | b709a4d858537060a96f2b6986d15d3abcb9529a (diff) | |
download | monitoring-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.
-rw-r--r-- | configure.ac | 2 |
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 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_PREREQ([2.71]) | 2 | AC_PREREQ([2.64]) |
3 | AC_INIT([monitoring-plugins],[2.4git]) | 3 | AC_INIT([monitoring-plugins],[2.4git]) |
4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
5 | AC_CONFIG_FILES([gl/Makefile]) | 5 | AC_CONFIG_FILES([gl/Makefile]) |