* bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
[autoconf.git] / man / autoheader.1
blob1fbcafc0bbb6ed8ebe31cbae1f7bde775f8b1980
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2 .TH AUTOHEADER "1" "January 2004" "autoheader 2.59a" "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
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 2004 Free Software Foundation, Inc.
77 .br
78 This is free software; see the source for copying conditions.  There is NO
79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
80 .SH "SEE ALSO"
81 .BR autoconf (1),
82 .BR automake (1),
83 .BR autoreconf (1),
84 .BR autoupdate (1),
85 .BR autoheader (1),
86 .BR autoscan (1),
87 .BR config.guess (1),
88 .BR config.sub (1),
89 .BR ifnames (1),
90 .BR libtool (1).
91 .PP
92 The full documentation for
93 .B autoheader
94 is maintained as a Texinfo manual.  If the
95 .B info
96 and
97 .B autoheader
98 programs are properly installed at your site, the command
99 .IP
100 .B info autoheader
102 should give you access to the complete manual.