build: enable automake color- and parallel-test options
authorJim Meyering <meyering@redhat.com>
Fri, 9 Oct 2009 18:12:30 +0000 (20:12 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 9 Oct 2009 18:15:56 +0000 (20:15 +0200)
* configure.ac (AM_INIT_AUTOMAKE): Enable color-tests and parallel-tests.

configure.ac

index 9b127d20ff0ff2f001be2f6ed8c2168a9cb4c906..174a59eef13abc23ff8e93988985a86f0069db16 100644 (file)
@@ -27,7 +27,7 @@ AC_INIT([gzip],
 AC_CONFIG_SRCDIR(gzip.c)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE([1.11 dist-xz])
+AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_PROG_CC_STDC