summaryrefslogtreecommitdiff
path: root/packages/m4/m4_1.4.4.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-22 23:25:11 +0000
committerPhilip Balister <philip@balister.org>2007-01-22 23:25:11 +0000
commitc96ddb61ffaf0f356557ba5e18602458367bc398 (patch)
tree41011a2a46826ecdd16c3893fc82765819260673 /packages/m4/m4_1.4.4.bb
parent1a2ae11fe27018575b72e88a0f36c48630863237 (diff)
parent38d7089c99d4ef83c3bda03955c85cefd39a5bd1 (diff)
merge of '6a884c524b47bc199d7c8fb08262ba476bc25c13'
and '7bd390b94b4b2318084dc7d7e08bd8b0aa9e129f'
Diffstat (limited to 'packages/m4/m4_1.4.4.bb')
-rw-r--r--packages/m4/m4_1.4.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/m4/m4_1.4.4.bb b/packages/m4/m4_1.4.4.bb
new file mode 100644
index 0000000000..0c9f4c38ac
--- /dev/null
+++ b/packages/m4/m4_1.4.4.bb
@@ -0,0 +1,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}'"