M4
From Just Solve the File Format Problem
(Difference between revisions)
(add sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 11: | Line 11: | ||
== Sample files == | == 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.