1AUTOHEADER(1) User Commands AUTOHEADER(1)
2
3
4
6 autoheader - Create a template header for configure
7
9 autoheader [OPTION]... [TEMPLATE-FILE]
10
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 cross compilation issues
36
37 gnu GNU coding standards (default in gnu and gnits modes)
38
39 obsolete
40 obsolete features or constructions (default)
41
42 override
43 user redefinitions of Automake rules or variables
44
45 portability
46 portability issues (default in gnu and gnits modes)
47
48 portability-recursive
49 nested Make variables (default with -Wportability)
50
51 extra-portability
52 extra portability issues related to obscure tools
53
54 syntax dubious syntactic constructs (default)
55
56 unsupported
57 unsupported or incomplete features (default)
58
59 all all the warnings
60
61 no-CATEGORY
62 turn off warnings in CATEGORY
63
64 none turn off all the warnings
65
66 error treat warnings as errors
67
68 Library directories:
69 -B, --prepend-include=DIR
70 prepend directory DIR to search path
71
72 -I, --include=DIR
73 append directory DIR to search path
74
76 Written by Roland McGrath and Akim Demaille.
77
79 Report bugs to <bug-autoconf@gnu.org>.
80 GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
81 General help using GNU software: <https://www.gnu.org/gethelp/>.
82
84 Copyright © 2021 Free Software Foundation, Inc. License GPLv3+/Auto‐
85 conf: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>,
86 <https://gnu.org/licenses/exceptions.html>
87 This is free software: you are free to change and redistribute it.
88 There is NO WARRANTY, to the extent permitted by law.
89
91 autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1),
92 autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
93
94 The full documentation for autoheader is maintained as a Texinfo man‐
95 ual. If the info and autoheader programs are properly installed at
96 your site, the command
97
98 info autoheader
99
100 should give you access to the complete manual.
101
102
103
104GNU Autoconf 2.71 January 2021 AUTOHEADER(1)