M4
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=Source code |extensions={{ext|m4}} |released=1977 }} '''M4''' is a general-purpose macro processing language. It is probably most often encountered in the...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
| − | |subcat= | + | |formattype=Languages |
| + | |subcat=Programming Languages | ||
|extensions={{ext|m4}} | |extensions={{ext|m4}} | ||
|released=1977 | |released=1977 | ||
}} | }} | ||
| − | '''M4''' is a general-purpose macro processing language. It is probably most often encountered in the context of configuring ''sendmail'' or | + | '''M4''' is a general-purpose macro processing language. It is probably most often encountered in the context of configuring ''sendmail'' or [[Autotools|autoconf]], both of which use it to generate their inscrutable native configuration files. |
== Software == | == Software == | ||
* [http://www.gnu.org/software/m4/m4.html GNU M4] | * [http://www.gnu.org/software/m4/m4.html GNU M4] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|text/m4}} | ||
== Resources == | == Resources == | ||
* [[Wikipedia:M4_%28computer_language%29|Wikipedia article]] | * [[Wikipedia:M4_%28computer_language%29|Wikipedia article]] | ||
* [http://mbreen.com/m4.html Notes on the M4 Macro Language] | * [http://mbreen.com/m4.html Notes on the M4 Macro Language] | ||
Latest revision as of 02:47, 28 December 2023
M4 is a general-purpose macro processing language. It is probably most often encountered in the context of configuring sendmail or autoconf, both of which use it to generate their inscrutable native configuration files.