aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/m4/m4_1.4.4.bb
blob: 0c9f4c38ac254e6bc025426c6541b3879221b096 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
S = "${WORKDIR}/m4-${PV}"

inherit autotools

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