mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-26 16:48:09 -04:00
Removed libtap configuration for the moment, as tinderbox builds
are breaking git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
b93562e6e2
commit
a25083faf9
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ install-root:
|
||||||
tap:
|
tap:
|
||||||
cd @TAP_DIR@ && $(MAKE)
|
cd @TAP_DIR@ && $(MAKE)
|
||||||
|
|
||||||
test test-debug: tap
|
test test-debug:
|
||||||
cd lib && $(MAKE) $@
|
cd lib && $(MAKE) $@
|
||||||
if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
|
if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
|
||||||
cd plugins && $(MAKE) $@
|
cd plugins && $(MAKE) $@
|
||||||
|
|
|
||||||
|
|
@ -242,8 +242,8 @@ sub SetupPath {
|
||||||
|
|
||||||
sub configure {
|
sub configure {
|
||||||
# Configure
|
# Configure
|
||||||
print LOG "./configure --enable-libtap $ConfigureArgs\n";
|
print LOG "./configure $ConfigureArgs\n";
|
||||||
open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
|
open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
|
||||||
while (<CONFIGURE>) {
|
while (<CONFIGURE>) {
|
||||||
print $_;
|
print $_;
|
||||||
print LOG $_;
|
print LOG $_;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue