m4: m4 (an implementation of the Unix macro processor)
m4:
m4: This is GNU m4, a program which copies its input to the output,
m4: expanding macros as it goes.  m4 has built-in functions for including
m4: named files, running Unix commands, doing integer arithmetic,
m4: manipulating text in various ways, recursion, etc...  Macros can also
m4: be user-defined, and can take any number of arguments.  GNU 'm4' was
m4: originally written by Rene Seindal, from Denmark.
m4:
m4:
m4: