From 52d66c26a2102bd1a49463b8e8f04612598f8ac1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 4 Feb 2013 23:31:24 -0500 Subject: [PATCH] Add color-tests automake option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 40e7837..8ae0d01 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([harfbuzz.pc.in]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11.1 gnits dist-bzip2 no-dist-gzip -Wall no-define]) +AM_INIT_AUTOMAKE([1.11.1 gnits dist-bzip2 no-dist-gzip -Wall no-define color-tests]) AM_SILENT_RULES([yes]) # Initialize libtool -- 2.7.4