Imported Upstream version 2.1

This commit is contained in:
Jan Wagner 2014-10-15 14:48:52 +02:00
parent 0841b5c7c7
commit 060ec72678
47 changed files with 1718 additions and 1420 deletions

35
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for monitoring-plugins 2.0.
# Generated by GNU Autoconf 2.69 for monitoring-plugins 2.1.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='monitoring-plugins'
PACKAGE_TARNAME='monitoring-plugins'
PACKAGE_VERSION='2.0'
PACKAGE_STRING='monitoring-plugins 2.0'
PACKAGE_VERSION='2.1'
PACKAGE_STRING='monitoring-plugins 2.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1838,6 +1838,7 @@ with_fping_command
with_fping6_command
with_ssh_command
with_mailq_command
with_qmail_qstat_command
with_proc_meminfo
with_dig_command
with_apt_get_command
@ -2399,7 +2400,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures monitoring-plugins 2.0 to adapt to many kinds of systems.
\`configure' configures monitoring-plugins 2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -2470,7 +2471,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of monitoring-plugins 2.0:";;
short | recursive ) echo "Configuration of monitoring-plugins 2.1:";;
esac
cat <<\_ACEOF
@ -2544,6 +2545,7 @@ Optional Packages:
--with-fping6-command=PATH Path to fping6 command
--with-ssh-command=PATH sets path for ssh
--with-mailq-command=PATH sets path to mailq
--with-qmail-qstat-command=PATH sets path to qmail-qstat
--with-proc-meminfo=PATH path to /proc/meminfo or equivalent
--with-dig-command=PATH Path to dig command
--with-apt-get-command=PATH Path to apt-get command
@ -2635,7 +2637,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
monitoring-plugins configure 2.0
monitoring-plugins configure 2.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -3340,7 +3342,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by monitoring-plugins $as_me 2.0, which was
It was created by monitoring-plugins $as_me 2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3742,7 +3744,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_files="$ac_config_files gl/Makefile monitoring-plugins.spec"
ac_config_files="$ac_config_files gl/Makefile"
ac_aux_dir=
for ac_dir in build-aux "$srcdir"/build-aux; do
@ -4211,7 +4213,7 @@ fi
# Define the identity of the package.
PACKAGE='monitoring-plugins'
VERSION='2.0'
VERSION='2.1'
cat >>confdefs.h <<_ACEOF
@ -18175,11 +18177,17 @@ $as_echo "no" >&6; }
fi
if test -x "$PATH_TO_QMAIL_QSTAT"
# Check whether --with-qmail_qstat_command was given.
if test "${with_qmail_qstat_command+set}" = set; then :
withval=$with_qmail_qstat_command; PATH_TO_QMAIL_QSTAT=$withval
fi
if test -n "$PATH_TO_QMAIL_QSTAT"
then
cat >>confdefs.h <<_ACEOF
#define PATH_TO_MAILQ "$PATH_TO_QMAIL_QSTAT"
#define PATH_TO_QMAIL_QSTAT "$PATH_TO_QMAIL_QSTAT"
_ACEOF
else
@ -40929,7 +40937,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by monitoring-plugins $as_me 2.0, which was
This file was extended by monitoring-plugins $as_me 2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -40995,7 +41003,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
monitoring-plugins config.status 2.0
monitoring-plugins config.status 2.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@ -41409,7 +41417,6 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"gl/Makefile") CONFIG_FILES="$CONFIG_FILES gl/Makefile" ;;
"monitoring-plugins.spec") CONFIG_FILES="$CONFIG_FILES monitoring-plugins.spec" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;