config/companion_tools.in
changeset 1729 dd72fa745318
parent 1728 60b7ebc4709a
child 1730 c43d16b6b950
     1.1 --- a/config/companion_tools.in	Tue Jan 12 21:47:14 2010 +0000
     1.2 +++ b/config/companion_tools.in	Tue Jan 12 21:47:36 2010 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4        Crosstool-NG relies on some external tools to be recent enough, namely:
     1.5          m4 >= 1.4.12
     1.6          autoconf >= 2.63
     1.7 +        automake >= 1.10.2
     1.8        
     1.9        If your system has older versions, we can build them for you,
    1.10        but you are strongly encouraged to update your system instead!
    1.11 @@ -26,6 +27,10 @@
    1.12      bool
    1.13      prompt "autoconf"
    1.14  
    1.15 +config COMP_TOOLS_automake
    1.16 +    bool
    1.17 +    prompt "automake"
    1.18 +
    1.19  endif
    1.20  
    1.21  endmenu