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.
- Outputs:
out
- 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 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.