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