From 795100ae5124915bb647a304d5dfe2ada2f44ab0 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 30 Jan 2006 16:10:50 +0000 Subject: Added libtap tests for utils.c library functions. Removed redundant test files git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9303850a..9afbf60e 100644 --- a/configure.in +++ b/configure.in @@ -74,6 +74,15 @@ AC_SUBST(with_nagios_group) 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 @@ AC_OUTPUT( lib/Makefile m4/Makefile plugins/Makefile + plugins/tests/Makefile plugins-root/Makefile plugins-scripts/Makefile plugins-scripts/subst -- cgit v1.2.3-74-g34f1