>From 4788bfb2610311e3ebe66061360286e8deba8d39 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Tue, 28 Jan 2020 16:50:19 +0100 Subject: [PATCH] Set minimum tool versions * bootstrap.conf: Update the minimum version for automake to 1.14 Downgrade the minimum required version of flex to 2.5.37 Introduce new dependency on makeinfo Jitter requires atleast Automake 1.14. Flex works with 2.5.37, older versions not tested Makeinfo is required for building the info files but was not tested earlier. Version 6.0 is the minimum required since it introduces the @sup{} command used in Poke's documentation. --- bootstrap.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 9c642454..317fac86 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -91,10 +91,11 @@ fi # Build prerequisites buildreq="\ autoconf 2.62 -automake 1.11.1 -flex 2.6.1 +automake 1.14 +flex 2.5.37 gettext 0.18.2 pkg-config - +makeinfo 6.0 " # We have to import Jitter early on, *before* running autoconf on Poke, since -- 2.25.0