m4-desc.xml 543 B

123456789101112
  1. <sect2><title>Short description</title>
  2. <para><command>m4</command> copies the given files
  3. while expanding the macros that they contain. These macros are either built-in
  4. or user-defined and can take any number of arguments. Besides just doing macro
  5. expansion, m4 has built-in functions for including named files, running Unix
  6. commands, doing integer arithmetic, manipulating text in various ways,
  7. recursion, and so on. The m4 program can be used either as a front-end to a
  8. compiler or as a macro processor in its own right.</para>
  9. </sect2>