richard@1727: # Companion tools config options richard@1727: richard@1727: if EXPERIMENTAL richard@1727: richard@1727: menu "Companion tools" richard@1727: richard@1727: comment "READ HELP before you say 'Y' below !!!" 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: richard@1728: m4 >= 1.4.12 richard@1727: autoconf >= 2.63 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: 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@1727: endif richard@1727: richard@1727: endmenu richard@1727: richard@1727: endif