From 7cd670ce068034f9575c4dab5bdc2ad4afb3fba8 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Thu, 20 Feb 2014 18:23:08 +0000 Subject: If GNU make 3.81 is not found then build it as a companion tool. Signed-off-by: Ray Donnelly [yann.morin.1998@free.fr: add message "checking for make 3.81"] Signed-off-by: "Yann E. MORIN" Message-Id: <8b8bf6998f3d239f6c74.1392920971@advancedsearch.virginmedia.com> Patchwork-Id: 322302 --- config/companion_tools.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/companion_tools.in b/config/companion_tools.in index c311b580..ea6724f5 100644 --- a/config/companion_tools.in +++ b/config/companion_tools.in @@ -2,7 +2,15 @@ menu "Companion tools" +config COMP_TOOLS_make_3_81_NEEDED + bool + depends on ! CONFIGURE_has_make381 + default y + select COMP_TOOLS + select COMP_TOOLS_make + comment "READ HELP before you say 'Y' below !!!" + config COMP_TOOLS bool prompt "Build some companion tools" -- cgit v1.2.3