build-sys: Always enable parallel tests

Automake < 1.13 doesn't enable parallel tests by default, so add it to our
automake options.
This commit is contained in:
Lucas De Marchi 2013-04-09 11:59:33 -03:00
parent 8e00db9537
commit 8edd5bb292

View File

@ -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