config/companion_tools.in
author Richard Strand <richard.strand@icomera.com>
Tue Jan 12 21:09:30 2010 +0100 (2010-01-12)
changeset 1727 5f222264bb54
child 1728 60b7ebc4709a
permissions -rw-r--r--
companion_tools/autoconf: add autoconf tool

Initial version of adding autoconf as a companion tool.

Signed-off-by: Richard Strand <richard.strand@icomera.com>
[yann.morin.1998@anciens.enib.fr: use generic overide tools dir]
[yann.morin.1998@anciens.enib.fr: update menu entries]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
richard@1727
     1
# Companion tools config options
richard@1727
     2
richard@1727
     3
if EXPERIMENTAL
richard@1727
     4
richard@1727
     5
menu "Companion tools"
richard@1727
     6
richard@1727
     7
comment "READ HELP before you say 'Y' below !!!"
richard@1727
     8
config COMP_TOOLS
richard@1727
     9
    bool
richard@1727
    10
    prompt "Build some companion tools"
richard@1727
    11
    help
richard@1727
    12
      Crosstool-NG relies on some external tools to be recent enough, namely:
richard@1727
    13
        autoconf >= 2.63
richard@1727
    14
      
richard@1727
    15
      If your system has older versions, we can build them for you,
richard@1727
    16
      but you are strongly encouraged to update your system instead!
richard@1727
    17
richard@1727
    18
if COMP_TOOLS
richard@1727
    19
richard@1727
    20
config COMP_TOOLS_autoconf
richard@1727
    21
    bool
richard@1727
    22
    prompt "autoconf"
richard@1727
    23
richard@1727
    24
endif
richard@1727
    25
richard@1727
    26
endmenu
richard@1727
    27
richard@1727
    28
endif