kumquat-buildroot/package/automake/Config.in

14 lines
501 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_AUTOMAKE
bool "automake"
depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_PERL
2004-10-09 08:13:40 +02:00
help
Tool for automatically generating Makefile's for input to
configure scripts (made by autoconf).
2004-10-09 08:13:40 +02:00
http://www.gnu.org/software/automake/
comment "automake requires an architecture supported by qemu"
depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64