The GNU macro processor http://www.gnu.org/software/m4/
Go to file
2024-01-06 06:39:07 +01:00
m4-1.4.18-glibc-2.32.patch rebuilt with debug package, patch against glibc, specfile review [release 1.4.18-2mamba;Wed Nov 25 2020] 2024-01-06 06:39:07 +01:00
m4.spec automatic version update by autodist [release 1.4.19-1mamba;Sun May 30 2021] 2024-01-06 06:39:07 +01:00
README.md automatic version update by autodist [release 1.4.19-1mamba;Sun May 30 2021] 2024-01-06 06:39:07 +01:00

m4

A GNU implementation of the traditional UNIX macro processor. M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process. M4 has built-in functions for including files, running shell commands, doing arithmetic, etc. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts. Install m4 if you need a macro processor.