Differences between version 2 and revision by previous author of m4(1).
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, May 19, 2003 1:15:46 pm | by CraigBox | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:50:27 pm | by perry | Revert |
@@ -1,27 +1,13 @@
-M4
-!!!M4
-NAME
-SYNOPSIS
-----
!!NAME
+m4 - GNU macro processor
-
-m4 - GNU macro processor
!!SYNOPSIS
+GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has
+some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them.
-GNU `m4' is an implementation of
the traditional UNIX macro
-processor
. It is mostly SVR4 compatible
, although
it has
-some extensions (for example, handling more than 9
-positional parameters to macros)
. `m4'
also has builtin
-functions for including files, running shell commands, doing
-arithmetic, etc. Autoconf needs GNU `
m4' for generating
-`configure' scripts, but not for running them
.
+This manual page was written for
the Debian distribution because the original program does not have a manual page
. Instead
, it has documentation in the GNU Info format
. The manual is
also available in HTML format in the __
m4-doc__ package
.
+----
-This manual page was written
for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format. The
-manual is also available in HTML format in the __
m4-doc__
-package
.
-----
+See [ConfigurationScripts]
for some really cool things to do with
m4.