summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/m4/m4_1.4.2.bb
blob: 9228ef4334a1602d59c7a9f32b724a459606b1e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
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}'"