From 502daf83065596aad3d48c29e3150783e7302d82 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 13 Apr 2014 21:07:54 +0100 Subject: [PATCH] build-sys: require automake 1.12 to get working test-driver With older automake versions one can end up after ./bootstrap with situation where test-driver script is missing, and subsequent compilation fails. Requiring automake 1.12 should usually help, but unfortunately the case Dennis reported is different. Something goes wrong with 1.13 and autoconf 2.69, in 32 bit RHEL system. That sort of system seems to require AM_PROG_CC_C_O, and even when that is added following error happens. It is yet unknown to me why this is the case. parallel-tests: error: required file 'build-aux/test-driver' not found Reference: http://git.savannah.gnu.org/cgit/automake.git/tree/NEWS?id=v1.12#n113 Reported-by: Dennis Ortsen Signed-off-by: Sami Kerola --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e062c58..cfa9271 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([ -Wall -Wextra-portability - 1.10 + 1.12 foreign dist-xz no-dist-gzip