summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-22 00:36:14 +0200
committerBruno Haible <bruno@clisp.org>2009-05-22 00:36:14 +0200
commitaca57aec9c9e3af31f24310f3a70cf6c5553266f (patch)
treeba1e66d23c4eb453035f64a8d972ab74acfe08d9
parent73d06ef720e6f6b4b31583836b0c80516a54ca67 (diff)
downloadlibunistring-aca57aec9c9e3af31f24310f3a70cf6c5553266f.tar.gz
Colored "make check" output.
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh2
-rw-r--r--tests/Makefile.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 199d335..d315c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-05-21 Bruno Haible <bruno@clisp.org>
+ Colored "make check" output.
+ * tests/Makefile.am (AUTOMAKE_OPTIONS): Add 1.11 and color-tests.
+ * autogen.sh: Update comment.
+
+2009-05-21 Bruno Haible <bruno@clisp.org>
+
Add support for automake 1.11.
* m4/fixautomake.m4: Update from GNU gettext.
* autogen.sh: Update comment.
diff --git a/autogen.sh b/autogen.sh
index eeade55..42a3564 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
#
-# This script requires autoconf-2.63 and automake-1.10..1.11 in the PATH.
+# This script requires autoconf-2.63 and automake-1.11 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0ec1f3a..08ee641 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,7 @@
# Rules generated and collected by gnulib-tool.
include Makefile.gnulib
-AUTOMAKE_OPTIONS += subdir-objects
+AUTOMAKE_OPTIONS += 1.11 subdir-objects color-tests
# Ensure that ../lib/config.h is seen before ../config.h.
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lib -I$(top_builddir)