configure.ac: Enable color-test automake option.

This will colorize the `make check` output if your term supports it.
This commit is contained in:
Pierre d'Herbemont 2010-01-12 19:32:38 +01:00
parent 822fc00331
commit 380fc82a97
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ AC_CONFIG_LIBOBJ_DIR(compat)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(tar-ustar)
AM_INIT_AUTOMAKE(tar-ustar color-tests)
AM_CONFIG_HEADER(config.h)
# Disable with "./configure --disable-silent-rules" or "make V=1"