diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2013-04-09 11:59:33 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2013-04-09 12:02:37 -0300 |
commit | 8edd5bb292fb128148191648a3f266027d3b56d8 (patch) | |
tree | 945a740c37355e759f008855c3581f8b0b1abd3f /configure.ac | |
parent | 8e00db9537fee379d900b352b4f6750c52d17726 (diff) | |
download | kmod-8edd5bb292fb128148191648a3f266027d3b56d8.tar.gz kmod-8edd5bb292fb128148191648a3f266027d3b56d8.tar.bz2 kmod-8edd5bb292fb128148191648a3f266027d3b56d8.zip |
build-sys: Always enable parallel tests
Automake < 1.13 doesn't enable parallel tests by default, so add it to our
automake options.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 066515c..fc514d2 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 |