Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
m4: The GNU macro processor.
- Summary
- 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.
Changelog
- * Wed Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Mon Jan 15 10:00:00 2007 Miloslav Trmac <mitr{%}redhat{*}com> - 1.4.5-3.el5.1
-
- Backport regexp substitution fixes from m4-1.4.6
Resolves: #221557
- * Mon Jul 17 11:00:00 2006 Miloslav Trmac <mitr{%}redhat{*}com> - 1.4.5-3
-
- Use the install-info scriptlets recommended in the Fedora Extras wiki
- Move $RPM_BUILD_ROOT cleaning from %prep to %install