From: Lucas De Marchi Date: Tue, 9 Apr 2013 14:59:33 +0000 (-0300) Subject: build-sys: Always enable parallel tests X-Git-Tag: v13~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8edd5bb292fb128148191648a3f266027d3b56d8;p=thirdparty%2Fkmod.git build-sys: Always enable parallel tests Automake < 1.13 doesn't enable parallel tests by default, so add it to our automake options. --- diff --git a/configure.ac b/configure.ac index 066515c4..fc514d20 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT([kmod], AC_CONFIG_SRCDIR([libkmod/libkmod.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules - tar-pax no-dist-gzip dist-xz subdir-objects color-tests]) + tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) AC_PROG_CC_STDC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE