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.
Arch: i386
Download: | m4-1.4.5-3.el5.1.i386.rpm |
Build Date: | Sat Mar 17 11:56:45 2007 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 243 KiB |
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Jan 16 00: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
- * Tue Jul 18 01: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