summaryrefslogtreecommitdiffstats
path: root/recipes/m4/m4_1.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/m4/m4_1.4.4.bb')
-rw-r--r--recipes/m4/m4_1.4.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/m4/m4_1.4.4.bb b/recipes/m4/m4_1.4.4.bb
new file mode 100644
index 0000000000..0c9f4c38ac
--- /dev/null
+++ b/recipes/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}'"