Module: monitoring-plugins Branch: gnulib_2022 Commit: 7bb0fc5a3792aca8e516f9001a5e521e798160ad Author: RincewindsHat <12514511+rincewinds...@users.noreply.github.com> Date: Tue Aug 23 19:43:21 2022 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7bb0fc5
Set autoconf version higher --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c5ca70..d95cc64 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.59) +AC_PREREQ(2.64) AC_INIT(monitoring-plugins,2.3git) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES([gl/Makefile])