summaryrefslogtreecommitdiffstats
path: root/package/autoconf/Config.in
blob: 60128e9cb71e72e8df5c541e42e11ce95f7aeb15 (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_AUTOCONF
	bool "autoconf"
	# We no longer support a toolchain on the target
	depends on BR2_DEPRECATED
	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/