From: Ralf Wildenhues Date: Sat, 10 Nov 2007 10:53:23 +0000 (+0100) Subject: * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a. X-Git-Tag: v1.10b~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4f1e31e44e8d94a7d8fc3357433e35a02445e5;p=thirdparty%2Fautomake.git * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a. --- 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.