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