[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / m4 / m4_1.4.11.bb
1 DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
2 processor."
3 LICENSE = "GPLv3"
4 SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
5 S = "${WORKDIR}/m4-${PV}"
6
7 inherit autotools
8
9 EXTRA_OEMAKE += "'infodir=${infodir}'"
10
11 do_configure() {
12         oe_runconf
13 }