config BR2_PACKAGE_AUTOCONF | |
bool "autoconf" | |
# We no longer support a toolchain on the target | |
depends on BR2_DEPRECATED_SINCE_2012_11 | |
select BR2_PACKAGE_PERL | |
help | |
Extensible program for developing configure scripts. These | |
scripts handle all the mundane system/feature detection. | |
http://www.gnu.org/software/autoconf/ |