mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-23 19:03:04 -04:00
Remove deprecated autoconf macro (autoupdate)
This commit is contained in:
parent
2d4f98f50b
commit
e2f01fe76e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue