From f22b5ae3719deb3e3166a719ec949d23f8fd8981 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 28 Aug 2009 17:29:59 +0200 Subject: [PATCH] * configure.ac: Switch to Automake 1.11 and enable color-tests. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38efffc21..02de9e50f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-28 Alexandre Duret-Lutz + + * configure.ac: Switch to Automake 1.11 and enable color-tests. + 2009-08-28 Alexandre Duret-Lutz * configure.ac: Switch from Libtool 1.5.x to Libtool 2.x, and diff --git a/configure.ac b/configure.ac index 0968e6ebc..cbe4daaa4 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ([2.61]) AC_INIT([spot], [0.4a]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.10 gnits nostdinc tar-ustar]) +AM_INIT_AUTOMAKE([1.11 gnits nostdinc tar-ustar color-tests]) # If the user didn't supplied a CFLAGS value, # set an empty one to prevent autoconf to stick -O2 -g here.