summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-04-22 18:43:39 -0400
committerWill Estes <westes575@gmail.com>2014-11-12 05:14:25 -0500
commitb6a001a167530420b656a504435449412b830c55 (patch)
tree24c35d79dde7cf2f4ea8f671373840b47b98e641 /configure.ac
parentce21624b8b5f7a851961ce8e09bd6088d0c070d0 (diff)
add parallel test suite option to build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1f1ece..88412c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([gnu check-news std-options dist-bzip2 dist-xz 1.10])
+AM_INIT_AUTOMAKE([gnu check-news std-options dist-bzip2 dist-xz parallel-tests 1.10])
AC_CONFIG_HEADER([src/config.h])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])