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/