>From 1b935472db3cd01cf151e9afa249c932c5e5ff52 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Mon, 27 Jan 2020 17:11:19 +0100 Subject: [PATCH] Fix minimum automake version * bootstrap.conf: Set minimum automake version to 1.14 Jitter's automake.am sets info-in-builddir which was only introduced with Automake 1.14. So set the minimum version correctly --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index b26491a..426ee65 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -172,7 +172,7 @@ fi # Build prerequisites buildreq="\ autoconf 2.59 -automake 1.9.6 +automake 1.14 bison 3.0.0 flex 2.6.1 help2man - -- 2.25.0