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

m4

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 the latest version of m4 as follows:

guix install m4

Or install a particular version:

guix install m4@1.4.19

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.

Badge code

You can use the following badge to inform users of m4 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/m4'><img src='https://packages.guix.gnu.org/packages/m4/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/m4/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/m4)

Example Org:

[[https://packages.guix.gnu.org/packages/m4][https://packages.guix.gnu.org/packages/m4/badges/latest-version.svg]]