blob: 2002594e899e8fb3172c8a8a5fbe60d8d2647e88 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Traditional Unix macro processor"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "https://www.gnu.org/software/m4/m4.html"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \
4compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
5GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."
6
7inherit autotools texinfo
8
9EXTRA_OEMAKE += "'infodir=${infodir}'"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"