1AUTOHEADER(1)                    User Commands                   AUTOHEADER(1)
2
3
4

NAME

6       autoheader - Create a template header for configure
7

SYNOPSIS

9       autoheader [OPTION] ... [TEMPLATE-FILE]
10

DESCRIPTION

12       Create  a  template  file  of C `#define' statements for `configure' to
13       use.  To this end, scan TEMPLATE-FILE, or `configure.ac' if present, or
14       else `configure.in'.
15
16       -h, --help
17              print this help, then exit
18
19       -V, --version
20              print version number, then exit
21
22       -v, --verbose
23              verbosely report processing
24
25       -d, --debug
26              don't remove temporary files
27
28       -f, --force
29              consider all files obsolete
30
31       -W, --warnings=CATEGORY
32              report the warnings falling in CATEGORY
33
34   Warning categories include:
35       `cross'
36              cross compilation issues
37
38       `gnu'  GNU coding standards (default in gnu and gnits modes)
39
40       `obsolete'
41              obsolete features or constructions
42
43       `override'
44              user redefinitions of Automake rules or variables
45
46       `portability'
47              portability issues (default in gnu and gnits modes)
48
49       `syntax'
50              dubious syntactic constructs (default)
51
52       `unsupported'
53              unsupported or incomplete features (default)
54
55       `all'  all the warnings
56
57       `no-CATEGORY'
58              turn off warnings in CATEGORY
59
60       `none' turn off all the warnings
61
62       `error'
63              treat warnings as errors
64
65   Library directories:
66       -B, --prepend-include=DIR
67              prepend directory DIR to search path
68
69       -I, --include=DIR
70              append directory DIR to search path
71

AUTHOR

73       Written by Roland McGrath and Akim Demaille.
74

REPORTING BUGS

76       Report bugs to <bug-autoconf@gnu.org>.
77
79       Copyright © 2006 Free Software Foundation, Inc.
80       This  is  free  software.   You may redistribute copies of it under the
81       terms      of      the      GNU      General       Public       License
82       <http://www.gnu.org/licenses/gpl.html>.   There  is NO WARRANTY, to the
83       extent permitted by law.
84

SEE ALSO

86       autoconf(1), automake(1), autoreconf(1), autoupdate(1),  autoheader(1),
87       autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
88
89       The  full  documentation for autoheader is maintained as a Texinfo man‐
90       ual.  If the info and autoheader programs  are  properly  installed  at
91       your site, the command
92
93              info autoheader
94
95       should give you access to the complete manual.
96
97
98
99autoheader 2.61                  November 2006                   AUTOHEADER(1)
Impressum