mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
config BR2_PACKAGE_AUTOCONF
|
|
bool "autoconf"
|
|
select BR2_PACKAGE_MICROPERL
|
|
help
|
|
Extensible program for developing configure scripts. These
|
|
scripts handle all the mundane system/feature detection.
|
|
|
|
http://www.gnu.org/software/autoconf/
|