Blame man/autom4te.1

Packit 47b4ca
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.8.
Packit 47b4ca
.TH AUTOM4TE "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
Packit 47b4ca
.SH NAME
Packit 47b4ca
autom4te \- Generate files and scripts thanks to M4
Packit 47b4ca
.SH SYNOPSIS
Packit 47b4ca
.B autom4te
Packit 47b4ca
[\fIOPTION\fR]... [\fIFILES\fR]
Packit 47b4ca
.SH DESCRIPTION
Packit 47b4ca
Run GNU M4 on the FILES, avoiding useless runs.  Output the traces if tracing,
Packit 47b4ca
the frozen file if freezing, otherwise the expansion of the FILES.
Packit 47b4ca
.PP
Packit 47b4ca
If some of the FILES are named `FILE.m4f' they are considered to be M4
Packit 47b4ca
frozen files of all the previous files (which are therefore not loaded).
Packit 47b4ca
If `FILE.m4f' is not found, then `FILE.m4' will be used, together with
Packit 47b4ca
all the previous files.
Packit 47b4ca
.PP
Packit 47b4ca
Some files may be optional, i.e., will only be processed if found in the
Packit 47b4ca
include path, but then must end in `.m4?';  the question mark is not part of
Packit 47b4ca
the actual file name.
Packit 47b4ca
.SS "Operation modes:"
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-h\fR, \fB\-\-help\fR
Packit 47b4ca
print this help, then exit
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-V\fR, \fB\-\-version\fR
Packit 47b4ca
print version number, then exit
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-v\fR, \fB\-\-verbose\fR
Packit 47b4ca
verbosely report processing
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-d\fR, \fB\-\-debug\fR
Packit 47b4ca
don't remove temporary files
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
Packit 47b4ca
save output in FILE (defaults to `\-', stdout)
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-f\fR, \fB\-\-force\fR
Packit 47b4ca
don't rely on cached values
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
Packit 47b4ca
report the warnings falling in CATEGORY
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-l\fR, \fB\-\-language\fR=\fILANG\fR
Packit 47b4ca
specify the set of M4 macros to use
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-C\fR, \fB\-\-cache\fR=\fIDIRECTORY\fR
Packit 47b4ca
preserve results for future runs in DIRECTORY
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-\-no\-cache\fR
Packit 47b4ca
disable the cache
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-m\fR, \fB\-\-mode\fR=\fIOCTAL\fR
Packit 47b4ca
change the non trace output file mode (0666)
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-M\fR, \fB\-\-melt\fR
Packit 47b4ca
don't use M4 frozen files
Packit 47b4ca
.SS "Languages include:"
Packit 47b4ca
.TP
Packit 47b4ca
`Autoconf'
Packit 47b4ca
create Autoconf configure scripts
Packit 47b4ca
.TP
Packit 47b4ca
`Autotest'
Packit 47b4ca
create Autotest test suites
Packit 47b4ca
.TP
Packit 47b4ca
`M4sh'
Packit 47b4ca
create M4sh shell scripts
Packit 47b4ca
.TP
Packit 47b4ca
`M4sugar'
Packit 47b4ca
create M4sugar output
Packit 47b4ca
.SS "Warning categories include:"
Packit 47b4ca
.TP
Packit 47b4ca
`cross'
Packit 47b4ca
cross compilation issues
Packit 47b4ca
.TP
Packit 47b4ca
`gnu'
Packit 47b4ca
GNU coding standards (default in gnu and gnits modes)
Packit 47b4ca
.TP
Packit 47b4ca
`obsolete'
Packit 47b4ca
obsolete features or constructions
Packit 47b4ca
.TP
Packit 47b4ca
`override'
Packit 47b4ca
user redefinitions of Automake rules or variables
Packit 47b4ca
.TP
Packit 47b4ca
`portability'
Packit 47b4ca
portability issues (default in gnu and gnits modes)
Packit 47b4ca
.TP
Packit 47b4ca
`syntax'
Packit 47b4ca
dubious syntactic constructs (default)
Packit 47b4ca
.TP
Packit 47b4ca
`unsupported'
Packit 47b4ca
unsupported or incomplete features (default)
Packit 47b4ca
.TP
Packit 47b4ca
`all'
Packit 47b4ca
all the warnings
Packit 47b4ca
.TP
Packit 47b4ca
`no\-CATEGORY'
Packit 47b4ca
turn off warnings in CATEGORY
Packit 47b4ca
.TP
Packit 47b4ca
`none'
Packit 47b4ca
turn off all the warnings
Packit 47b4ca
.TP
Packit 47b4ca
`error'
Packit 47b4ca
treat warnings as errors
Packit 47b4ca
.PP
Packit 47b4ca
The environment variables `M4' and `WARNINGS' are honored.
Packit 47b4ca
.SS "Library directories:"
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
Packit 47b4ca
prepend directory DIR to search path
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
Packit 47b4ca
append directory DIR to search path
Packit 47b4ca
.SS "Tracing:"
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-t\fR, \fB\-\-trace\fR=\fIMACRO[\fR:FORMAT]
Packit 47b4ca
report the MACRO invocations
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-p\fR, \fB\-\-preselect\fR=\fIMACRO\fR
Packit 47b4ca
prepare to trace MACRO in a future run
Packit 47b4ca
.SS "Freezing:"
Packit 47b4ca
.TP
Packit 47b4ca
\fB\-F\fR, \fB\-\-freeze\fR
Packit 47b4ca
produce an M4 frozen state file for FILES
Packit 47b4ca
.SS "FORMAT defaults to `$f:$l:$n:$%', and can use the following escapes:"
Packit 47b4ca
.TP
Packit 47b4ca
$$
Packit 47b4ca
literal $
Packit 47b4ca
.TP
Packit 47b4ca
$f
Packit 47b4ca
file where macro was called
Packit 47b4ca
.TP
Packit 47b4ca
$l
Packit 47b4ca
line where macro was called
Packit 47b4ca
.TP
Packit 47b4ca
$d
Packit 47b4ca
nesting depth of macro call
Packit 47b4ca
.TP
Packit 47b4ca
$n
Packit 47b4ca
name of the macro
Packit 47b4ca
.TP
Packit 47b4ca
$NUM
Packit 47b4ca
argument NUM, unquoted and with newlines
Packit 47b4ca
.TP
Packit 47b4ca
$SEP@
Packit 47b4ca
all arguments, with newlines, quoted, and separated by SEP
Packit 47b4ca
.TP
Packit 47b4ca
$SEP*
Packit 47b4ca
all arguments, with newlines, unquoted, and separated by SEP
Packit 47b4ca
.TP
Packit 47b4ca
$SEP%
Packit 47b4ca
all arguments, without newlines, unquoted, and separated by SEP
Packit 47b4ca
.PP
Packit 47b4ca
SEP can be empty for the default (comma for @ and *, colon for %),
Packit 47b4ca
a single character for that character, or {STRING} to use a string.
Packit 47b4ca
.SH AUTHOR
Packit 47b4ca
Written by Akim Demaille.
Packit 47b4ca
.SH "REPORTING BUGS"
Packit 47b4ca
Report bugs to <bug\-autoconf@gnu.org>.
Packit 47b4ca
.br
Packit 47b4ca
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
Packit 47b4ca
.br
Packit 47b4ca
General help using GNU software: <http://www.gnu.org/gethelp/>.
Packit 47b4ca
.SH COPYRIGHT
Packit 47b4ca
Copyright \(co 2012 Free Software Foundation, Inc.
Packit 47b4ca
License GPLv3+/Autoconf: GNU GPL version 3 or later
Packit 47b4ca
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
Packit 47b4ca
.br
Packit 47b4ca
This is free software: you are free to change and redistribute it.
Packit 47b4ca
There is NO WARRANTY, to the extent permitted by law.
Packit 47b4ca
.SH "SEE ALSO"
Packit 47b4ca
.BR autoconf (1),
Packit 47b4ca
.BR automake (1),
Packit 47b4ca
.BR autoreconf (1),
Packit 47b4ca
.BR autoupdate (1),
Packit 47b4ca
.BR autoheader (1),
Packit 47b4ca
.BR autoscan (1),
Packit 47b4ca
.BR config.guess (1),
Packit 47b4ca
.BR config.sub (1),
Packit 47b4ca
.BR ifnames (1),
Packit 47b4ca
.BR libtool (1).
Packit 47b4ca
.PP
Packit 47b4ca
The full documentation for
Packit 47b4ca
.B autom4te
Packit 47b4ca
is maintained as a Texinfo manual.  If the
Packit 47b4ca
.B info
Packit 47b4ca
and
Packit 47b4ca
.B autom4te
Packit 47b4ca
programs are properly installed at your site, the command
Packit 47b4ca
.IP
Packit 47b4ca
.B info autom4te
Packit 47b4ca
.PP
Packit 47b4ca
should give you access to the complete manual.