1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
---|
2 | .TH AUTOHEADER "1" "November 2006" "autoheader 2.61" "User Commands"
|
---|
3 | .SH NAME
|
---|
4 | autoheader \- Create a template header for configure
|
---|
5 | .SH SYNOPSIS
|
---|
6 | .B autoheader
|
---|
7 | [\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
|
---|
8 | .SH DESCRIPTION
|
---|
9 | Create a template file of C `#define' statements for `configure' to
|
---|
10 | use. To this end, scan TEMPLATE\-FILE, or `configure.ac' if present,
|
---|
11 | or else `configure.in'.
|
---|
12 | .TP
|
---|
13 | \fB\-h\fR, \fB\-\-help\fR
|
---|
14 | print this help, then exit
|
---|
15 | .TP
|
---|
16 | \fB\-V\fR, \fB\-\-version\fR
|
---|
17 | print version number, then exit
|
---|
18 | .TP
|
---|
19 | \fB\-v\fR, \fB\-\-verbose\fR
|
---|
20 | verbosely report processing
|
---|
21 | .TP
|
---|
22 | \fB\-d\fR, \fB\-\-debug\fR
|
---|
23 | don't remove temporary files
|
---|
24 | .TP
|
---|
25 | \fB\-f\fR, \fB\-\-force\fR
|
---|
26 | consider all files obsolete
|
---|
27 | .TP
|
---|
28 | \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
|
---|
29 | report the warnings falling in CATEGORY
|
---|
30 | .SS "Warning categories include:"
|
---|
31 | .TP
|
---|
32 | `cross'
|
---|
33 | cross compilation issues
|
---|
34 | .TP
|
---|
35 | `gnu'
|
---|
36 | GNU coding standards (default in gnu and gnits modes)
|
---|
37 | .TP
|
---|
38 | `obsolete'
|
---|
39 | obsolete features or constructions
|
---|
40 | .TP
|
---|
41 | `override'
|
---|
42 | user redefinitions of Automake rules or variables
|
---|
43 | .TP
|
---|
44 | `portability'
|
---|
45 | portability issues (default in gnu and gnits modes)
|
---|
46 | .TP
|
---|
47 | `syntax'
|
---|
48 | dubious syntactic constructs (default)
|
---|
49 | .TP
|
---|
50 | `unsupported'
|
---|
51 | unsupported or incomplete features (default)
|
---|
52 | .TP
|
---|
53 | `all'
|
---|
54 | all the warnings
|
---|
55 | .TP
|
---|
56 | `no\-CATEGORY'
|
---|
57 | turn off warnings in CATEGORY
|
---|
58 | .TP
|
---|
59 | `none'
|
---|
60 | turn off all the warnings
|
---|
61 | .TP
|
---|
62 | `error'
|
---|
63 | treat warnings as errors
|
---|
64 | .SS "Library directories:"
|
---|
65 | .TP
|
---|
66 | \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
|
---|
67 | prepend directory DIR to search path
|
---|
68 | .TP
|
---|
69 | \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
|
---|
70 | append directory DIR to search path
|
---|
71 | .SH AUTHOR
|
---|
72 | Written by Roland McGrath and Akim Demaille.
|
---|
73 | .SH "REPORTING BUGS"
|
---|
74 | Report bugs to <bug\-autoconf@gnu.org>.
|
---|
75 | .SH COPYRIGHT
|
---|
76 | Copyright \(co 2006 Free Software Foundation, Inc.
|
---|
77 | .br
|
---|
78 | This is free software. You may redistribute copies of it under the terms of
|
---|
79 | the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
---|
80 | There is NO WARRANTY, to the extent permitted by law.
|
---|
81 | .SH "SEE ALSO"
|
---|
82 | .BR autoconf (1),
|
---|
83 | .BR automake (1),
|
---|
84 | .BR autoreconf (1),
|
---|
85 | .BR autoupdate (1),
|
---|
86 | .BR autoheader (1),
|
---|
87 | .BR autoscan (1),
|
---|
88 | .BR config.guess (1),
|
---|
89 | .BR config.sub (1),
|
---|
90 | .BR ifnames (1),
|
---|
91 | .BR libtool (1).
|
---|
92 | .PP
|
---|
93 | The full documentation for
|
---|
94 | .B autoheader
|
---|
95 | is maintained as a Texinfo manual. If the
|
---|
96 | .B info
|
---|
97 | and
|
---|
98 | .B autoheader
|
---|
99 | programs are properly installed at your site, the command
|
---|
100 | .IP
|
---|
101 | .B info autoheader
|
---|
102 | .PP
|
---|
103 | should give you access to the complete manual.
|
---|