[Nagiosplug-checkins] nagiosplug configure.in,1.166,1.167
Ton Voon
tonvoon at users.sourceforge.net
Mon Jan 30 08:11:07 CET 2006
- Previous message: [Nagiosplug-checkins] nagiosplug/tools sfsnapshot,1.17,1.18
- Next message: [Nagiosplug-checkins] nagiosplug/plugins/tests .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 README,NONE,1.1 test_utils.c,NONE,1.1 test_utils.t,NONE,1.1 check_disk,1.1.1.1,NONE check_dns,1.1.1.1,NONE check_ftp,1.1.1.1,NONE check_hpjd,1.1.1.1,NONE check_http,1.1.1.1,NONE check_load,1.1.1.1,NONE check_ping,1.1.1.1,NONE check_procs,1.1.1.1,NONE check_swap,1.1.1.1,NONE check_users,1.1.1.1,NONE check_vsz,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19248
Modified Files:
configure.in
Log Message:
Added libtap tests for utils.c library functions. Removed redundant
test files
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- configure.in 1 Dec 2005 01:05:12 -0000 1.166
+++ configure.in 30 Jan 2006 16:10:50 -0000 1.167
@@ -74,6 +74,15 @@
INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group"
AC_SUBST(INSTALL_OPTS)
+AC_ARG_WITH(libtap-object,
+ ACX_HELP_STRING([--with-libtap-object=path],
+ [full path to tap.o]),
+ EXTRA_TEST=test_utils
+ EXTRA_TAPOBJ=$withval
+ AC_SUBST(EXTRA_TEST)
+ AC_SUBST(EXTRA_TAPOBJ)
+ )
+
AC_ARG_WITH(trusted_path,
ACX_HELP_STRING([--with-trusted-path=PATH],
[sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]),
@@ -1711,6 +1720,7 @@
lib/Makefile
m4/Makefile
plugins/Makefile
+ plugins/tests/Makefile
plugins-root/Makefile
plugins-scripts/Makefile
plugins-scripts/subst
- Previous message: [Nagiosplug-checkins] nagiosplug/tools sfsnapshot,1.17,1.18
- Next message: [Nagiosplug-checkins] nagiosplug/plugins/tests .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 README,NONE,1.1 test_utils.c,NONE,1.1 test_utils.t,NONE,1.1 check_disk,1.1.1.1,NONE check_dns,1.1.1.1,NONE check_ftp,1.1.1.1,NONE check_hpjd,1.1.1.1,NONE check_http,1.1.1.1,NONE check_load,1.1.1.1,NONE check_ping,1.1.1.1,NONE check_procs,1.1.1.1,NONE check_swap,1.1.1.1,NONE check_users,1.1.1.1,NONE check_vsz,1.1.1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list