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

NAME

6       autoconf - Generate configuration scripts
7

SYNOPSIS

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

DESCRIPTION

12       Generate a configuration script from a TEMPLATE-FILE if given, or `con‐
13       figure.ac' if present, or else `configure.in'.  Output is sent  to  the
14       standard output if TEMPLATE-FILE is given, else into `configure'.
15
16   Operation modes:
17       -h, --help
18              print this help, then exit
19
20       -V, --version
21              print version number, then exit
22
23       -v, --verbose
24              verbosely report processing
25
26       -d, --debug
27              don't remove temporary files
28
29       -f, --force
30              consider all files obsolete
31
32       -o, --output=FILE
33              save output in FILE (stdout is the default)
34
35       -W, --warnings=CATEGORY
36              report the warnings falling in CATEGORY [syntax]
37
38   Warning categories include:
39       `cross'
40              cross compilation issues
41
42       `obsolete'
43              obsolete constructs
44
45       `syntax'
46              dubious syntactic constructs
47
48       `all'  all the warnings
49
50       `no-CATEGORY'
51              turn off the warnings on CATEGORY
52
53       `none' turn off all the warnings
54
55       `error'
56              warnings are error
57
58       The environment variables `M4' and `WARNINGS' are honored.
59
60   Library directories:
61       -B, --prepend-include=DIR
62              prepend directory DIR to search path
63
64       -I, --include=DIR
65              append directory DIR to search path
66
67   Tracing:
68       -t, --trace=MACRO
69              report the list of calls to MACRO
70
71       -i, --initialization
72              also trace Autoconf's initialization process
73
74       In tracing mode, no configuration script is created.
75

AUTHOR

77       Written by David J. MacKenzie and Akim Demaille.
78

REPORTING BUGS

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

SEE ALSO

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