From 4b4f1e31e44e8d94a7d8fc3357433e35a02445e5 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 10 Nov 2007 11:53:23 +0100 Subject: [PATCH] * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b73f7951c..828202b02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-10 Ralf Wildenhues + * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a. + * automake.in (handle_tests): Remove debugging leftover. Run each test in a process-private subdirectory. diff --git a/configure.ac b/configure.ac index fcc89023c..9e082045b 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CANONICAL_BUILD # suite) without being bothered by `missing'. AC_SUBST([am_AUTOCONF], ["${AUTOCONF-autoconf}"]) -AM_INIT_AUTOMAKE([1.8a dist-bzip2 filename-length-max=99 color-tests]) +AM_INIT_AUTOMAKE([1.10a dist-bzip2 filename-length-max=99 color-tests]) # The API version is the base version. We must guarantee # compatibility for all releases with the same API version. -- 2.11.4.GIT