~ubuntu-branches/ubuntu/maverick/autoconf/maverick

« back to all changes in this revision

Viewing changes to debian/man/autoheader.1

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2007-01-17 19:57:13 UTC
  • mfrom: (3.1.7 feisty)
  • Revision ID: james.westby@ubuntu.com-20070117195713-n2q7e2pbpu4ezbx7
Tags: 2.61-4
debian/control: Require m4 version 1.4.8 or later.  Thanks to Jim
Paris <jim@jtan.com> for reporting this bug.  Closes: #407385.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH AUTOHEADER "1" "September 2005" "autoheader 2.59" "User Commands"
 
2
.SH NAME
 
3
autoheader \- Create a template header for configure
 
4
.SH SYNOPSIS
 
5
.B autoheader
 
6
[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
 
7
.SH DESCRIPTION
 
8
Create a template file of C `#define' statements for `configure' to
 
9
use.  To this end, scan TEMPLATE\-FILE, or `configure.ac' if present,
 
10
or else `configure.in'.
 
11
.TP
 
12
\fB\-h\fR, \fB\-\-help\fR
 
13
print this help, then exit
 
14
.TP
 
15
\fB\-V\fR, \fB\-\-version\fR
 
16
print version number, then exit
 
17
.TP
 
18
\fB\-v\fR, \fB\-\-verbose\fR
 
19
verbosely report processing
 
20
.TP
 
21
\fB\-d\fR, \fB\-\-debug\fR
 
22
don't remove temporary files
 
23
.TP
 
24
\fB\-f\fR, \fB\-\-force\fR
 
25
consider all files obsolete
 
26
.TP
 
27
\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
 
28
report the warnings falling in CATEGORY
 
29
.SS "Warning categories include:"
 
30
.TP
 
31
`cross'
 
32
cross compilation issues
 
33
.TP
 
34
`gnu'
 
35
GNU coding standards (default in gnu and gnits modes)
 
36
.TP
 
37
`obsolete'
 
38
obsolete features or constructions
 
39
.TP
 
40
`override'
 
41
user redefinitions of Automake rules or variables
 
42
.TP
 
43
`portability'
 
44
portability issues
 
45
.TP
 
46
`syntax'
 
47
dubious syntactic constructs (default)
 
48
.TP
 
49
`unsupported'
 
50
unsupported or incomplete features (default)
 
51
.TP
 
52
`all'
 
53
all the warnings
 
54
.TP
 
55
`no\-CATEGORY'
 
56
turn off warnings in CATEGORY
 
57
.TP
 
58
`none'
 
59
turn off all the warnings
 
60
.TP
 
61
`error'
 
62
treat warnings as errors
 
63
.SS "Library directories:"
 
64
.TP
 
65
\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
 
66
prepend directory DIR to search path
 
67
.TP
 
68
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
 
69
append directory DIR to search path
 
70
.SH AUTHOR
 
71
Written by Roland McGrath and Akim Demaille.
 
72
.SH "REPORTING BUGS"
 
73
Report bugs to <bug\-autoconf@gnu.org>.
 
74
.SH COPYRIGHT
 
75
Copyright \(co 2003 Free Software Foundation, Inc.
 
76
.br
 
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 "SEE ALSO"
 
80
.BR autoconf (1),
 
81
.BR automake (1),
 
82
.BR autoreconf (1),
 
83
.BR autoupdate (1),
 
84
.BR autoheader (1),
 
85
.BR autoscan (1),
 
86
.BR config.guess (1),
 
87
.BR config.sub (1),
 
88
.BR ifnames (1),
 
89
.BR libtool (1).
 
90
.PP
 
91
The Debian project regards the full documentation for
 
92
.B autoheader
 
93
to be non-free, so it is not included in Debian.  Nevertheless, the
 
94
non-free distribution that accompanies Debian includes the manual in
 
95
its
 
96
.B autoconf-doc
 
97
package.  Otherwise, you may be able to access the Autoconf manual
 
98
online.
 
99
.B /usr/share/doc/autoconf/autoconf.html
 
100
for more information.