Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / autoconf / man / autoheader.1
blobf79a8665afac6bcb693ecf4f2efc36a3ed96ca42
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH AUTOHEADER "1" "July 2001" "GNU Autoconf 2.52" FSF
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\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
26 report the warnings falling in CATEGORY
27 .SS "Warning categories include:"
28 .TP
29 `obsolete'
30 obsolete constructs
31 .TP
32 `all'
33 all the warnings
34 .TP
35 `no-CATEGORY'
36 turn off the warnings on CATEGORY
37 .TP
38 `none'
39 turn off all the warnings
40 .TP
41 `error'
42 warnings are error
43 .SS "Library directories:"
44 .TP
45 \fB\-A\fR, \fB\-\-autoconf\-dir\fR=\fIACDIR\fR
46 Autoconf's macro files location (rarely needed)
47 .TP
48 \fB\-l\fR, \fB\-\-localdir\fR=\fIDIR\fR
49 location of `aclocal.m4' and `acconfig.h'
50 .SH AUTHOR
51 Written by Roland McGrath.
52 .PP
53 Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
54 Free Software Foundation, Inc.
55 This is free software; see the source for copying conditions.  There is NO
56 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57 .SH "REPORTING BUGS"
58 Report bugs to <bug-autoconf@gnu.org>.
59 .SH "SEE ALSO"
60 .BR autoconf (1),
61 .BR automake (1),
62 .BR autoreconf (1),
63 .BR autoupdate (1),
64 .BR autoheader (1),
65 .BR autoscan (1),
66 .BR config.guess (1),
67 .BR config.sub (1),
68 .BR ifnames (1),
69 .BR libtool (1).
70 .PP
71 The full documentation for
72 .B autoheader
73 is maintained as a Texinfo manual.  If the
74 .B info
75 and
76 .B autoheader
77 programs are properly installed at your site, the command
78 .IP
79 .B info autoheader
80 .PP
81 should give you access to the complete manual.