2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_AUTOCONF
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "autoconf"
|
2012-11-10 13:36:03 +01:00
|
|
|
# We no longer support a toolchain on the target
|
|
|
|
depends on BR2_DEPRECATED
|
2012-10-19 05:13:52 +02:00
|
|
|
select BR2_PACKAGE_PERL
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
Extensible program for developing configure scripts. These
|
2004-12-24 10:23:11 +01:00
|
|
|
scripts handle all the mundane system/feature detection.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.gnu.org/software/autoconf/
|