From 8edd5bb292fb128148191648a3f266027d3b56d8 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 9 Apr 2013 11:59:33 -0300 Subject: [PATCH] build-sys: Always enable parallel tests Automake < 1.13 doesn't enable parallel tests by default, so add it to our automake options. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2