richard@1727: # Companion tools config options richard@1727: richard@1727: menu "Companion tools" richard@1727: yann@3293: # Tools that require make-3.81 to build should select this: mingw@3292: config COMP_TOOLS_make_3_81_NEEDED mingw@3292: bool yann@3293: yann@3293: config COMP_TOOLS_FORCE_make_3_81 yann@3293: def_bool y yann@3293: depends on COMP_TOOLS_make_3_81_NEEDED mingw@3292: depends on ! CONFIGURE_has_make381 mingw@3292: select COMP_TOOLS mingw@3292: select COMP_TOOLS_make mingw@3292: richard@1727: comment "READ HELP before you say 'Y' below !!!" mingw@3292: richard@1727: config COMP_TOOLS richard@1727: bool richard@1727: prompt "Build some companion tools" richard@1727: help richard@1727: Crosstool-NG relies on some external tools to be recent enough, namely: yann@2285: make = 3.81 (in some cases) richard@1728: m4 >= 1.4.12 richard@1727: autoconf >= 2.63 richard@1729: automake >= 1.10.2 richard@1730: libtool >= 2.2.4 richard@1727: richard@1727: If your system has older versions, we can build them for you, richard@1727: but you are strongly encouraged to update your system instead! richard@1727: richard@1727: if COMP_TOOLS richard@1727: yann@2285: config COMP_TOOLS_make yann@2285: bool yann@2285: prompt "make" yann@2285: richard@1728: config COMP_TOOLS_m4 richard@1728: bool richard@1728: prompt "m4" richard@1728: richard@1727: config COMP_TOOLS_autoconf richard@1727: bool richard@1727: prompt "autoconf" richard@1727: richard@1729: config COMP_TOOLS_automake richard@1729: bool richard@1729: prompt "automake" richard@1729: richard@1730: config COMP_TOOLS_libtool richard@1730: bool richard@1730: prompt "libtool" richard@1730: richard@1727: endif richard@1727: richard@1727: endmenu