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.
- Versions: 1.4.19
- Website: https://www.gnu.org/software/m4/
- Licenses: GPL 3+
- Package source: gnu/packages/m4.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]