source: trunk/essentials/sys-devel/autoconf/man/autoheader.1

Last change on this file was 3092, checked in by bird, 18 years ago

autoconf 2.61

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