>From 65f96db23ececacc269607b6bf184646ba70967c Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Mon, 27 Jan 2020 17:11:19 +0100 Subject: [PATCH 1/2] Fix minimum tool versions * bootstrap.conf: Set minimum automake version to 1.14 and minimum flex version to 2.5.37 Jitter's automake.am sets info-in-builddir which was only introduced with Automake 1.14. So set the minimum version correctly Flex 2.6 is not required. Jitter + Poke compile correctly with flex 2.5.37. Older versions have not been tested. --- bootstrap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index b26491a..a4c34a3 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -172,9 +172,9 @@ fi # Build prerequisites buildreq="\ autoconf 2.59 -automake 1.9.6 +automake 1.14 bison 3.0.0 -flex 2.6.1 +flex 2.5.37 help2man - git 1.5.5 tar - -- 2.25.0