c86cfd91c4
Since perl no longer requires host-qemu, autoconf and automake work
again on the architectures that are not supported by host-qemu.
This reverts commit c65d92e8e2
.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
config BR2_PACKAGE_AUTOCONF
|
|
bool "autoconf"
|
|
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/
|