Difference between revisions of "M4"

From Free Software Directory
Jump to: navigation, search
m (new release)
m (added GNU package identifier)
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
|Short description=Macro processor
 
|Short description=Macro processor
 
|Full description=An implementation of the traditional UNIX macro processor in that it copies its input to the output, expanding macros as it goes. Macros are either built-in or user-defined and can take any number of arguments. M4 also has built-in functions for including named files, running shell commands, doing integer arithmetic, manipulating text in various ways, and recursions. It can also be used as either a front-end to a compiler or as a macro processor in its own right. It is often used to generate HTML as it can give a consistent look to pages. If GNU `m4' is meant to serve GNU `autoconf', beware that `m4' should be fully installed *prior to* configuring `autoconf' itself.
 
|Full description=An implementation of the traditional UNIX macro processor in that it copies its input to the output, expanding macros as it goes. Macros are either built-in or user-defined and can take any number of arguments. M4 also has built-in functions for including named files, running shell commands, doing integer arithmetic, manipulating text in various ways, and recursions. It can also be used as either a front-end to a compiler or as a macro processor in its own right. It is often used to generate HTML as it can give a consistent look to pages. If GNU `m4' is meant to serve GNU `autoconf', beware that `m4' should be fully installed *prior to* configuring `autoconf' itself.
|Homepage URL=http://www.gnu.org/software/m4/m4.html
+
|Homepage URL=https://www.gnu.org/s/m4/
 
|User level=intermediate
 
|User level=intermediate
 
|VCS checkout command=git clone git://git.savannah.gnu.org/m4.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/m4.git
Line 19: Line 19:
 
|Status=
 
|Status=
 
|Is GNU=Yes
 
|Is GNU=Yes
 +
|GNU package identifier=m4
 
|License verified date=2010-08-31
 
|License verified date=2010-08-31
 
}}
 
}}

Revision as of 18:55, 2 October 2013


[edit]

GNU M4

https://www.gnu.org/software/m4/
Macro processor.

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

31 August 2010

Notes

covers whole program

Verified by

Kelly Hopkins

Verified on

31 August 2010




Leaders and contributors

Contact(s)Role
Eric Blake Maintainer
Gary V. Vaughan Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/m4/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/m4.git/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/m4-commit/
Downloadhttps://ftp.gnu.org/gnu/m4/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/m4-patches/
Debian (Ref)https://tracker.debian.org/pkg/m4
Downloadhttps://alpha.gnu.org/gnu/m4/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-m4/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/m4-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/m4-announce/
Generalhttps://translationproject.org/domain/m4.html


Software prerequisites




Entry










































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.