aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorToni Uhlig <Toni.Uhlig@tq-group.com>2017-11-27 15:44:19 +0100
committerToni Uhlig <Toni.Uhlig@tq-group.com>2017-11-27 15:44:19 +0100
commit55487ebb798ee8257689836778bd842fecc80a50 (patch)
tree0c6dc8e6b0762ac959aa2e08763d043e3b67664f /autogen.sh
parentef0f08a3d4d8eeb118592bc96480109d7b78e37b (diff)
autogen.sh: full conf/build automation
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 575c258..247ddb5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
libtoolize --force
aclocal
@@ -6,4 +6,4 @@ autoheader
automake --force-missing --add-missing
autoconf
-./configure $@
+./configure $@ && make -j${BUILDJOBS:-4} all