aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/m4/m4_1.4.2.bb
blob: 05a9b5b0a57d1c4718a2f551bf81e0535cb629a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
	   file://make.patch;patch=1"
S = "${WORKDIR}/m4-${PV}"

inherit autotools

EXTRA_AUTORECONF = "--exclude=autopoint,aclocal"
EXTRA_OEMAKE += "'infodir=${infodir}'"