[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.83,1.84
Ton Voon
tonvoon at users.sourceforge.net
Wed Jul 2 07:40:04 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv1086
Modified Files:
configure.in
Log Message:
Fixed SUPPORT message
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** configure.in 29 Jun 2003 19:54:50 -0000 1.83
--- configure.in 2 Jul 2003 14:39:11 -0000 1.84
***************
*** 41,45 ****
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
dnl AM_WITH_REGEX
- AC_PROG_RANLIB
PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'`
--- 41,44 ----
***************
*** 52,56 ****
AC_SUBST(WARRANTY)
! SUPPORT="Send email to nagios-users at lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel at lists.sourceforge.net\nPlease include version information with all correspondence. (when possible, use output from the --version option of the plugin itself)."
AC_SUBST(SUPPORT)
--- 51,55 ----
AC_SUBST(WARRANTY)
! SUPPORT="Send email to nagios-users at lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel at lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n"
AC_SUBST(SUPPORT)
More information about the Commits
mailing list