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       GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
78       General help using GNU software: <http://www.gnu.org/gethelp/>.
79
81       Copyright  ©  2012 Free Software Foundation, Inc.  License GPLv3+/Auto‐
82       conf: GNU GPL version 3  or  later  <http://gnu.org/licenses/gpl.html>,
83       <http://gnu.org/licenses/exceptions.html>
84       This  is  free  software:  you  are free to change and redistribute it.
85       There is NO WARRANTY, to the extent permitted by law.
86

SEE ALSO

88       autoconf(1), automake(1), autoreconf(1), autoupdate(1),  autoheader(1),
89       autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
90
91       The  full  documentation for autoheader is maintained as a Texinfo man‐
92       ual.  If the info and autoheader programs  are  properly  installed  at
93       your site, the command
94
95              info autoheader
96
97       should give you access to the complete manual.
98
99
100
101GNU Autoconf 2.68b.25-19513       April 2012                     AUTOHEADER(1)
Impressum