This package browser is in early development. Mind the rough edges.

m4 1.4.19

Macro processor

GNU M4 is an implementation of the M4 macro language, which features some extensions over other implementations, some of which are required by GNU Autoconf. It is used as a macro processor, which means it processes text, expanding macros as it encounters them. It also has some built-in functions, for example to run shell commands or to do arithmetic.

Installation

Install m4 1.4.19 as follows:

guix install m4@1.4.19

Or install the latest version:

guix install m4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.