No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / autoconf / man / autoconf.1
blob70776f3f40c8240774e7be97a51fca0c6965ccff
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH AUTOCONF "1" "July 2001" "GNU Autoconf 2.52" FSF
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\-o\fR, \fB\-\-output\fR=\fIFILE\fR
28 save output in FILE (stdout is the default)
29 .TP
30 \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
31 report the warnings falling in CATEGORY [syntax]
32 .SS "Warning categories include:"
33 .TP
34 `cross'
35 cross compilation issues
36 .TP
37 `obsolete'
38 obsolete constructs
39 .TP
40 `syntax'
41 dubious syntactic constructs
42 .TP
43 `all'
44 all the warnings
45 .TP
46 `no-CATEGORY'
47 turn off the warnings on CATEGORY
48 .TP
49 `none'
50 turn off all the warnings
51 .TP
52 `error'
53 warnings are error
54 .PP
55 The environment variable `WARNINGS' is honored.
56 .SS "Library directories:"
57 .TP
58 \fB\-A\fR, \fB\-\-autoconf\-dir\fR=\fIACDIR\fR
59 Autoconf's macro files location (rarely needed)
60 .TP
61 \fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR
62 location of the `aclocal.m4' file
63 .SS "Tracing:"
64 .TP
65 \fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR
66 report the list of calls to MACRO
67 .TP
68 \fB\-i\fR, \fB\-\-initialization\fR
69 also trace Autoconf's initialization process
70 .PP
71 In tracing mode, no configuration script is created.
72 .SH AUTHOR
73 Written by David J. MacKenzie.
74 .PP
75 Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
76 Free Software Foundation, Inc.
77 This is free software; see the source for copying conditions.  There is NO
78 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79 .SH "REPORTING BUGS"
80 Report bugs to <bug-autoconf@gnu.org>.
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 autoconf
95 is maintained as a Texinfo manual.  If the
96 .B info
97 and
98 .B autoconf
99 programs are properly installed at your site, the command
101 .B info autoconf
103 should give you access to the complete manual.