From 65bc4cd9861c97df85ccc7aeaf04a0b6a91cf74b Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 30 Jun 2020 18:22:05 -0400 Subject: [PATCH] Enable Automake's parallel-tests feature Apparently it's off by default in Automake 1.11. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb21dd1..5b935f7 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh]) # tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the # above AC_REQUIRE_AUX_FILE line from causing configure to complain # about a mising file if the user has Automake 1.11.) -AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests]) AM_SILENT_RULES AC_PROG_MKDIR_P