summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-01-30 16:10:50 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-01-30 16:10:50 (GMT)
commit795100ae5124915bb647a304d5dfe2ada2f44ab0 (patch)
treeb3fd0dc1a88ebb533f074c476ee020e32877632e /configure.in
parentc8a9bf228fdd34b021796f577a404cb8b0cba1f9 (diff)
downloadmonitoring-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.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9303850..9afbf60 100644
--- a/configure.in
+++ b/configure.in
@@ -74,6 +74,15 @@ AC_SUBST(with_nagios_group)
74INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group" 74INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group"
75AC_SUBST(INSTALL_OPTS) 75AC_SUBST(INSTALL_OPTS)
76 76
77AC_ARG_WITH(libtap-object,
78 ACX_HELP_STRING([--with-libtap-object=path],
79 [full path to tap.o]),
80 EXTRA_TEST=test_utils
81 EXTRA_TAPOBJ=$withval
82 AC_SUBST(EXTRA_TEST)
83 AC_SUBST(EXTRA_TAPOBJ)
84 )
85
77AC_ARG_WITH(trusted_path, 86AC_ARG_WITH(trusted_path,
78 ACX_HELP_STRING([--with-trusted-path=PATH], 87 ACX_HELP_STRING([--with-trusted-path=PATH],
79 [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]), 88 [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]),
@@ -1711,6 +1720,7 @@ AC_OUTPUT(
1711 lib/Makefile 1720 lib/Makefile
1712 m4/Makefile 1721 m4/Makefile
1713 plugins/Makefile 1722 plugins/Makefile
1723 plugins/tests/Makefile
1714 plugins-root/Makefile 1724 plugins-root/Makefile
1715 plugins-scripts/Makefile 1725 plugins-scripts/Makefile
1716 plugins-scripts/subst 1726 plugins-scripts/subst