d4e8f3cd48
automake, autoconf, libtool and make on the target are basically useless if we don't support building a toolchain on the target. Of course, the host variant of automake, autoconf and libtool will remain available. [Peter: fixup to apply after perl change] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
config BR2_PACKAGE_AUTOMAKE
|
|
bool "automake"
|
|
# We no longer support a toolchain on the target
|
|
depends on BR2_DEPRECATED
|
|
select BR2_PACKAGE_AUTOCONF
|
|
select BR2_PACKAGE_PERL
|
|
help
|
|
Tool for automatically generating Makefile's for input to
|
|
configure scripts (made by autoconf).
|
|
|
|
http://www.gnu.org/software/automake/
|