summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-07-02 14:39:11 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-07-02 14:39:11 (GMT)
commit883914b9d89f084c2613e2d36e8f4334b993cc12 (patch)
tree6bfc21886dd0a554fc04acab319c2bea8466c60c /configure.in
parentf813c747a264906c066d85d220e7b0f4aab3e046 (diff)
downloadmonitoring-plugins-883914b9d89f084c2613e2d36e8f4334b993cc12.tar.gz
Fixed SUPPORT message
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@577 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 38f6bea..a783305 100644
--- a/configure.in
+++ b/configure.in
@@ -40,7 +40,6 @@ srcdir=$saved_srcdir
40 40
41ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 41ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
42dnl AM_WITH_REGEX 42dnl AM_WITH_REGEX
43AC_PROG_RANLIB
44 43
45PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'` 44PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'`
46AC_SUBST(PLUGIN_TEST)dnl 45AC_SUBST(PLUGIN_TEST)dnl
@@ -51,7 +50,7 @@ AC_SUBST(SCRIPT_TEST)dnl
51WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" 50WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"
52AC_SUBST(WARRANTY) 51AC_SUBST(WARRANTY)
53 52
54SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net\nPlease include version information with all correspondence. (when possible, use output from the --version option of the plugin itself)." 53SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n"
55AC_SUBST(SUPPORT) 54AC_SUBST(SUPPORT)
56 55
57dnl CGIURL has changed for Nagios with 1.0 beta 56dnl CGIURL has changed for Nagios with 1.0 beta