From e2f01fe76ec75eedcecf4834a4357deb230beb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:36:24 +0100 Subject: [PATCH] Remove deprecated autoconf macro (autoupdate) --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ae7eb30b..167c2712 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.64]) +AC_PREREQ([2.72]) AC_INIT([monitoring-plugins],[2.4git]) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES([gl/Makefile]) @@ -42,7 +42,6 @@ AC_SUBST(INSTALL) AC_PROG_CC gl_EARLY -AC_PROG_GCC_TRADITIONAL LT_INIT AM_PROG_CC_C_O