mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
config BR2_PACKAGE_AUTOMAKE
|
|
bool "automake"
|
|
select BR2_PACKAGE_AUTOCONF
|
|
select BR2_PACKAGE_MICROPERL
|
|
help
|
|
Tool for automatically generating Makefile's for input to
|
|
configure scripts (made by autoconf).
|
|
|
|
http://www.gnu.org/software/automake/
|