87422ed7e5
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
config BR2_PACKAGE_AUTOMAKE
|
|
bool "automake"
|
|
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/
|