2003-08-20 15:02:32 +08:00
|
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
|
|
|
.TH AUTOHEADER "1" "August 2003" "autoheader 2.57b" "User Commands"
|
2000-01-27 17:41:25 +08:00
|
|
|
.SH NAME
|
2002-10-28 18:52:05 +08:00
|
|
|
autoheader \- Create a template header for configure
|
2000-01-27 17:41:25 +08:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B autoheader
|
|
|
|
[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Create a template file of C `#define' statements for `configure' to
|
2000-12-23 18:11:57 +08:00
|
|
|
use. To this end, scan TEMPLATE-FILE, or `configure.ac' if present,
|
|
|
|
or else `configure.in'.
|
2000-01-27 17:41:25 +08:00
|
|
|
.TP
|
2000-01-29 17:51:17 +08:00
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
print this help, then exit
|
|
|
|
.TP
|
2000-03-03 02:17:26 +08:00
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
2000-01-29 17:51:17 +08:00
|
|
|
print version number, then exit
|
|
|
|
.TP
|
2000-03-03 02:17:26 +08:00
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
|
|
verbosely report processing
|
|
|
|
.TP
|
2000-01-27 17:41:25 +08:00
|
|
|
\fB\-d\fR, \fB\-\-debug\fR
|
|
|
|
don't remove temporary files
|
|
|
|
.TP
|
2001-08-07 15:55:07 +08:00
|
|
|
\fB\-f\fR, \fB\-\-force\fR
|
2001-09-22 00:17:38 +08:00
|
|
|
consider all files obsolete
|
2001-08-07 15:55:07 +08:00
|
|
|
.TP
|
2000-05-03 19:22:50 +08:00
|
|
|
\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
|
|
|
|
report the warnings falling in CATEGORY
|
|
|
|
.SS "Warning categories include:"
|
|
|
|
.TP
|
|
|
|
`obsolete'
|
|
|
|
obsolete constructs
|
|
|
|
.TP
|
|
|
|
`all'
|
|
|
|
all the warnings
|
|
|
|
.TP
|
2000-10-27 06:27:48 +08:00
|
|
|
`no-CATEGORY'
|
|
|
|
turn off the warnings on CATEGORY
|
|
|
|
.TP
|
|
|
|
`none'
|
|
|
|
turn off all the warnings
|
|
|
|
.TP
|
2000-05-03 19:22:50 +08:00
|
|
|
`error'
|
|
|
|
warnings are error
|
2001-10-20 14:51:41 +08:00
|
|
|
.SS "Library directories:"
|
|
|
|
.TP
|
2002-07-17 16:35:59 +08:00
|
|
|
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
|
|
|
|
prepend directory DIR to search path
|
|
|
|
.TP
|
2001-10-20 14:51:41 +08:00
|
|
|
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
|
2002-07-17 16:35:59 +08:00
|
|
|
append directory DIR to search path
|
2002-10-28 18:52:05 +08:00
|
|
|
.SH AUTHOR
|
|
|
|
Written by Roland McGrath and Akim Demaille.
|
2000-10-17 02:25:55 +08:00
|
|
|
.SH "REPORTING BUGS"
|
|
|
|
Report bugs to <bug-autoconf@gnu.org>.
|
2003-05-16 17:54:46 +08:00
|
|
|
.SH COPYRIGHT
|
|
|
|
Copyright \(co 2003 Free Software Foundation, Inc.
|
|
|
|
.br
|
|
|
|
This is free software; see the source for copying conditions. There is NO
|
|
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
2000-01-27 17:41:25 +08:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR autoconf (1),
|
2000-12-07 00:02:58 +08:00
|
|
|
.BR automake (1),
|
2000-01-27 17:41:25 +08:00
|
|
|
.BR autoreconf (1),
|
|
|
|
.BR autoupdate (1),
|
|
|
|
.BR autoheader (1),
|
|
|
|
.BR autoscan (1),
|
2000-12-07 00:02:58 +08:00
|
|
|
.BR config.guess (1),
|
|
|
|
.BR config.sub (1),
|
|
|
|
.BR ifnames (1),
|
|
|
|
.BR libtool (1).
|
2000-01-27 17:41:25 +08:00
|
|
|
.PP
|
|
|
|
The full documentation for
|
|
|
|
.B autoheader
|
|
|
|
is maintained as a Texinfo manual. If the
|
|
|
|
.B info
|
|
|
|
and
|
|
|
|
.B autoheader
|
|
|
|
programs are properly installed at your site, the command
|
|
|
|
.IP
|
|
|
|
.B info autoheader
|
|
|
|
.PP
|
|
|
|
should give you access to the complete manual.
|