From 55487ebb798ee8257689836778bd842fecc80a50 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 27 Nov 2017 15:44:19 +0100 Subject: autogen.sh: full conf/build automation --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3