Blame man/autoheader.1

Packit Service 9646c7
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.8.
Packit Service 9646c7
.TH AUTOHEADER "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands"
Packit Service 9646c7
.SH NAME
Packit Service 9646c7
autoheader \- Create a template header for configure
Packit Service 9646c7
.SH SYNOPSIS
Packit Service 9646c7
.B autoheader
Packit Service 9646c7
[\fIOPTION\fR]... [\fITEMPLATE-FILE\fR]
Packit Service 9646c7
.SH DESCRIPTION
Packit Service 9646c7
Create a template file of C `#define' statements for `configure' to
Packit Service 9646c7
use.  To this end, scan TEMPLATE\-FILE, or `configure.ac' if present,
Packit Service 9646c7
or else `configure.in'.
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-h\fR, \fB\-\-help\fR
Packit Service 9646c7
print this help, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-V\fR, \fB\-\-version\fR
Packit Service 9646c7
print version number, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-v\fR, \fB\-\-verbose\fR
Packit Service 9646c7
verbosely report processing
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-d\fR, \fB\-\-debug\fR
Packit Service 9646c7
don't remove temporary files
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-f\fR, \fB\-\-force\fR
Packit Service 9646c7
consider all files obsolete
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
Packit Service 9646c7
report the warnings falling in CATEGORY
Packit Service 9646c7
.SS "Warning categories include:"
Packit Service 9646c7
.TP
Packit Service 9646c7
`cross'
Packit Service 9646c7
cross compilation issues
Packit Service 9646c7
.TP
Packit Service 9646c7
`gnu'
Packit Service 9646c7
GNU coding standards (default in gnu and gnits modes)
Packit Service 9646c7
.TP
Packit Service 9646c7
`obsolete'
Packit Service 9646c7
obsolete features or constructions
Packit Service 9646c7
.TP
Packit Service 9646c7
`override'
Packit Service 9646c7
user redefinitions of Automake rules or variables
Packit Service 9646c7
.TP
Packit Service 9646c7
`portability'
Packit Service 9646c7
portability issues (default in gnu and gnits modes)
Packit Service 9646c7
.TP
Packit Service 9646c7
`syntax'
Packit Service 9646c7
dubious syntactic constructs (default)
Packit Service 9646c7
.TP
Packit Service 9646c7
`unsupported'
Packit Service 9646c7
unsupported or incomplete features (default)
Packit Service 9646c7
.TP
Packit Service 9646c7
`all'
Packit Service 9646c7
all the warnings
Packit Service 9646c7
.TP
Packit Service 9646c7
`no\-CATEGORY'
Packit Service 9646c7
turn off warnings in CATEGORY
Packit Service 9646c7
.TP
Packit Service 9646c7
`none'
Packit Service 9646c7
turn off all the warnings
Packit Service 9646c7
.TP
Packit Service 9646c7
`error'
Packit Service 9646c7
treat warnings as errors
Packit Service 9646c7
.SS "Library directories:"
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
Packit Service 9646c7
prepend directory DIR to search path
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
Packit Service 9646c7
append directory DIR to search path
Packit Service 9646c7
.SH AUTHOR
Packit Service 9646c7
Written by Roland McGrath and Akim Demaille.
Packit Service 9646c7
.SH "REPORTING BUGS"
Packit Service 9646c7
Report bugs to <bug\-autoconf@gnu.org>.
Packit Service 9646c7
.br
Packit Service 9646c7
GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
Packit Service 9646c7
.br
Packit Service 9646c7
General help using GNU software: <http://www.gnu.org/gethelp/>.
Packit Service 9646c7
.SH COPYRIGHT
Packit Service 9646c7
Copyright \(co 2012 Free Software Foundation, Inc.
Packit Service 9646c7
License GPLv3+/Autoconf: GNU GPL version 3 or later
Packit Service 9646c7
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
Packit Service 9646c7
.br
Packit Service 9646c7
This is free software: you are free to change and redistribute it.
Packit Service 9646c7
There is NO WARRANTY, to the extent permitted by law.
Packit Service 9646c7
.SH "SEE ALSO"
Packit Service 9646c7
.BR autoconf (1),
Packit Service 9646c7
.BR automake (1),
Packit Service 9646c7
.BR autoreconf (1),
Packit Service 9646c7
.BR autoupdate (1),
Packit Service 9646c7
.BR autoheader (1),
Packit Service 9646c7
.BR autoscan (1),
Packit Service 9646c7
.BR config.guess (1),
Packit Service 9646c7
.BR config.sub (1),
Packit Service 9646c7
.BR ifnames (1),
Packit Service 9646c7
.BR libtool (1).
Packit Service 9646c7
.PP
Packit Service 9646c7
The full documentation for
Packit Service 9646c7
.B autoheader
Packit Service 9646c7
is maintained as a Texinfo manual.  If the
Packit Service 9646c7
.B info
Packit Service 9646c7
and
Packit Service 9646c7
.B autoheader
Packit Service 9646c7
programs are properly installed at your site, the command
Packit Service 9646c7
.IP
Packit Service 9646c7
.B info autoheader
Packit Service 9646c7
.PP
Packit Service 9646c7
should give you access to the complete manual.