Update autoconf to version 2.61
[msysgit.git] / share / man / man1 / autoconf.1
blobaf5e0fb2b1ecb62f1bf3bb05998ab825003a5a1a
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2 .TH AUTOCONF "1" "November 2006" "autoconf 2.61" "User Commands"
3 .SH NAME
4 autoconf \- Generate configuration scripts
5 .SH SYNOPSIS
6 .B autoconf
7 [\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
8 .SH DESCRIPTION
9 Generate a configuration script from a TEMPLATE\-FILE if given, or
10 `configure.ac' if present, or else `configure.in'.  Output is sent
11 to the standard output if TEMPLATE\-FILE is given, else into
12 `configure'.
13 .SS "Operation modes:"
14 .TP
15 \fB\-h\fR, \fB\-\-help\fR
16 print this help, then exit
17 .TP
18 \fB\-V\fR, \fB\-\-version\fR
19 print version number, then exit
20 .TP
21 \fB\-v\fR, \fB\-\-verbose\fR
22 verbosely report processing
23 .TP
24 \fB\-d\fR, \fB\-\-debug\fR
25 don't remove temporary files
26 .TP
27 \fB\-f\fR, \fB\-\-force\fR
28 consider all files obsolete
29 .TP
30 \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
31 save output in FILE (stdout is the default)
32 .TP
33 \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
34 report the warnings falling in CATEGORY [syntax]
35 .SS "Warning categories include:"
36 .TP
37 `cross'
38 cross compilation issues
39 .TP
40 `obsolete'
41 obsolete constructs
42 .TP
43 `syntax'
44 dubious syntactic constructs
45 .TP
46 `all'
47 all the warnings
48 .TP
49 `no\-CATEGORY'
50 turn off the warnings on CATEGORY
51 .TP
52 `none'
53 turn off all the warnings
54 .TP
55 `error'
56 warnings are error
57 .PP
58 The environment variables `M4' and `WARNINGS' are honored.
59 .SS "Library directories:"
60 .TP
61 \fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
62 prepend directory DIR to search path
63 .TP
64 \fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
65 append directory DIR to search path
66 .SS "Tracing:"
67 .TP
68 \fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR
69 report the list of calls to MACRO
70 .TP
71 \fB\-i\fR, \fB\-\-initialization\fR
72 also trace Autoconf's initialization process
73 .PP
74 In tracing mode, no configuration script is created.
75 .SH AUTHOR
76 Written by David J. MacKenzie and Akim Demaille.
77 .SH "REPORTING BUGS"
78 Report bugs to <bug\-autoconf@gnu.org>.
79 .SH COPYRIGHT
80 Copyright \(co 2006 Free Software Foundation, Inc.
81 .br
82 This is free software.  You may redistribute copies of it under the terms of
83 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
84 There is NO WARRANTY, to the extent permitted by law.
85 .SH "SEE ALSO"
86 .BR autoconf (1),
87 .BR automake (1),
88 .BR autoreconf (1),
89 .BR autoupdate (1),
90 .BR autoheader (1),
91 .BR autoscan (1),
92 .BR config.guess (1),
93 .BR config.sub (1),
94 .BR ifnames (1),
95 .BR libtool (1).
96 .PP
97 The full documentation for
98 .B autoconf
99 is maintained as a Texinfo manual.  If the
100 .B info
102 .B autoconf
103 programs are properly installed at your site, the command
105 .B info autoconf
107 should give you access to the complete manual.