mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
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:
parent
8e00db9537
commit
8edd5bb292
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user