diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-27 15:44:19 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-27 15:44:19 +0100 |
commit | 55487ebb798ee8257689836778bd842fecc80a50 (patch) | |
tree | 0c6dc8e6b0762ac959aa2e08763d043e3b67664f /autogen.sh | |
parent | ef0f08a3d4d8eeb118592bc96480109d7b78e37b (diff) |
autogen.sh: full conf/build automation
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |