Imported Upstream version 2.1
This commit is contained in:
parent
0841b5c7c7
commit
060ec72678
47 changed files with 1718 additions and 1420 deletions
12
configure.ac
12
configure.ac
|
@ -1,9 +1,8 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(monitoring-plugins,2.0)
|
||||
AC_INIT(monitoring-plugins,2.1)
|
||||
AC_CONFIG_SRCDIR(NPTest.pm)
|
||||
AC_CONFIG_FILES([gl/Makefile
|
||||
monitoring-plugins.spec])
|
||||
AC_CONFIG_FILES([gl/Makefile])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AM_INIT_AUTOMAKE([1.8.3])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
@ -1478,9 +1477,12 @@ else
|
|||
fi
|
||||
|
||||
AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat)
|
||||
if test -x "$PATH_TO_QMAIL_QSTAT"
|
||||
AC_ARG_WITH(qmail_qstat_command,
|
||||
ACX_HELP_STRING([--with-qmail-qstat-command=PATH],
|
||||
[sets path to qmail-qstat]), PATH_TO_QMAIL_QSTAT=$withval)
|
||||
if test -n "$PATH_TO_QMAIL_QSTAT"
|
||||
then
|
||||
AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
|
||||
AC_DEFINE_UNQUOTED(PATH_TO_QMAIL_QSTAT,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
|
||||
else
|
||||
AC_MSG_WARN([Could not find qmail-qstat or eqivalent])
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue