blob: a1debd8d53775de847d58849a47a3bc739bf719b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "A GNU tool for automatically generating Makefiles"
2DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \
3Standards. Automake requires the use of Autoconf."
4LICENSE = "GPLv2"
5HOMEPAGE = "http://www.gnu.org/software/automake/"
6SECTION = "devel"
7
8SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
9
10inherit autotools texinfo
11
12do_configure() {
13 oe_runconf
14}
15
16export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH', True))}"
17
18FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"