aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4_1.4.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/m4/m4_1.4.13.bb')
-rw-r--r--meta/recipes-devtools/m4/m4_1.4.13.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb
new file mode 100644
index 0000000000..32d153ea12
--- /dev/null
+++ b/meta/recipes-devtools/m4/m4_1.4.13.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
+LICENSE = "GPLv3"
+SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
+ file://ac_config_links.patch;patch=1"
+PR = "r2"
+
+inherit autotools
+
+EXTRA_OEMAKE += "'infodir=${infodir}'"