diff options
Diffstat (limited to 'recipes/m4/m4_1.4.11.bb')
-rw-r--r-- | recipes/m4/m4_1.4.11.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/m4/m4_1.4.11.bb b/recipes/m4/m4_1.4.11.bb new file mode 100644 index 0000000000..77d8e822b0 --- /dev/null +++ b/recipes/m4/m4_1.4.11.bb @@ -0,0 +1,13 @@ +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_OEMAKE += "'infodir=${infodir}'" + +do_configure() { + oe_runconf +} |