Module: check_mk
Branch: master
Commit: 804cf07af0c897a62e42fd877bc12dd35b3084d4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=804cf07af0c897…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Jan 14 11:30:22 2015 +0100
Fixed livestatus .f12 script
---
livestatus/.f12 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/livestatus/.f12 b/livestatus/.f12
index 226b05c..0c22846 100755
--- a/livestatus/.f12
+++ b/livestatus/.f12
@@ -4,8 +4,7 @@ SITE=${SITE:-$(omd sites --bare | head -n 1)}
set -e
if [ ! -f configure ]; then
- automake --add-missing
- aclocal && autoheader && automake -a && autoconf
+ aclocal && autoheader && automake --add-missing && autoconf
fi
if [ ! -f Makefile ]; then