diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-30 16:10:50 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-30 16:10:50 +0000 |
commit | 795100ae5124915bb647a304d5dfe2ada2f44ab0 (patch) | |
tree | b3fd0dc1a88ebb533f074c476ee020e32877632e /configure.in | |
parent | c8a9bf228fdd34b021796f577a404cb8b0cba1f9 (diff) | |
download | monitoring-plugins-795100ae5124915bb647a304d5dfe2ada2f44ab0.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 |