summaryrefslogtreecommitdiffstats
path: root/package/automake/Config.in
blob: e2f6cc7f619da9913887b410fc3e5aad0c65c4af (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_AUTOMAKE
	bool "automake"
	# We no longer support a toolchain on the target
	depends on BR2_DEPRECATED
	select BR2_PACKAGE_AUTOCONF
	select BR2_PACKAGE_PERL
	help
	  Tool for automatically generating Makefile's for input to
	  configure scripts (made by autoconf).

	  http://www.gnu.org/software/automake/