configure.ac: Add 'color-tests' (colorized 'make check').

This commit is contained in:
Uwe Hermann 2013-03-17 13:22:22 +01:00
parent 57981a0716
commit 22ca5aa68b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([autostuff])
AC_CONFIG_AUX_DIR([autostuff])
# We require at least automake 1.11 (needed for 'silent rules').
AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news])
AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news color-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])