GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / man / man1 / autoheader.1
blobe65e316dc75193610ebc996ff97ed85cd25aea6c
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2 .TH AUTOHEADER "1" "November 2009" "GNU Autoconf 2.65" "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 GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
76 General help using GNU software: <http://www.gnu.org/gethelp/>.
77 .SH COPYRIGHT
78 Copyright \(co 2009 Free Software Foundation, Inc.
79 License GPLv3+/Autoconf: GNU GPL version 3 or later
80 <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
81 .br
82 This is free software: you are free to change and redistribute it.
83 There is NO WARRANTY, to the extent permitted by law.
84 .SH "SEE ALSO"
85 .BR autoconf (1),
86 .BR automake (1),
87 .BR autoreconf (1),
88 .BR autoupdate (1),
89 .BR autoheader (1),
90 .BR autoscan (1),
91 .BR config.guess (1),
92 .BR config.sub (1),
93 .BR ifnames (1),
94 .BR libtool (1).
95 .PP
96 The full documentation for
97 .B autoheader
98 is maintained as a Texinfo manual.  If the
99 .B info
101 .B autoheader
102 programs are properly installed at your site, the command
104 .B info autoheader
106 should give you access to the complete manual.