updated automake options to disable parallel-tests

This commit is contained in:
John Safranek 2013-01-14 15:12:30 -08:00
parent fa9126c2be
commit 59e381d9db

View File

@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign tar-ustar subdir-objects])
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign tar-ustar subdir-objects serial-tests])
AC_CANONICAL_HOST
AC_CANONICAL_BUILD