[Nagiosplug-checkins] CVS: nagiosplug Makefile.am,1.11,1.12 configure.in,1.53,1.54
Jeremy T. Bouse
undrgrid at users.sourceforge.net
Mon Mar 10 23:05:22 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv3260
Modified Files:
Makefile.am configure.in
Log Message:
Removed acconfig.h from EXTRA_DIST
Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Makefile.am 8 Mar 2003 00:23:26 -0000 1.11
--- Makefile.am 11 Mar 2003 07:04:56 -0000 1.12
***************
*** 4,9 ****
EXTRA_DIST = CODING FAQ LEGAL REQUIREMENTS SUPPORT \
! acconfig.h subst.in subst.sh Helper.pm \
! contrib nagios-plugins.spec.in
ACLOCAL_AMFLAGS = -I lib
--- 4,9 ----
EXTRA_DIST = CODING FAQ LEGAL REQUIREMENTS SUPPORT \
! subst.in subst.sh Helper.pm \
! contrib nagios-plugins.spec.in
ACLOCAL_AMFLAGS = -I lib
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** configure.in 11 Mar 2003 06:44:22 -0000 1.53
--- configure.in 11 Mar 2003 07:04:56 -0000 1.54
***************
*** 1166,1170 ****
fi
! if test x$ac_cv_path_to_qstat != x
then
AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat",
--- 1166,1170 ----
fi
! if test $ac_cv_path_to_qstat
then
AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat",
***************
*** 1263,1276 ****
fi
! if test x$ac_cv_have_swap != x
then
AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found])
fi
! if test x$ac_cv_swap_format != x
! then
! AC_DEFINE_UNQUOTED(SWAP_FORMAT,"$ac_cv_swap_format",
! [Format string for parsing swap output])
! fi
! if test x$ac_cv_swap_command != x
then
AC_DEFINE_UNQUOTED(SWAP_COMMAND,"$ac_cv_swap_command",
--- 1263,1273 ----
fi
! if test x$ac_cv_have_swap != x
then
AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found])
fi
! AC_DEFINE_UNQUOTED(SWAP_FORMAT,"$ac_cv_swap_format",
! [Format string for parsing swap output])
! if test "x$ac_cv_swap_command" != "x"
then
AC_DEFINE_UNQUOTED(SWAP_COMMAND,"$ac_cv_swap_command",
More information about the Commits
mailing list