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

NAME

6       autoreconf - Update generated configuration files
7

SYNOPSIS

9       autoreconf [OPTION]... [DIRECTORY]...
10

DESCRIPTION

12       Run  `autoconf'  (and  `autoheader', `aclocal', `automake', `autopoint'
13       (formerly `gettextize'), and `libtoolize' where appropriate) repeatedly
14       to remake the GNU Build System files in specified DIRECTORIES and their
15       subdirectories (defaulting to `.').
16
17       By default, it only remakes those  files  that  are  older  than  their
18       sources.   If you install new versions of the GNU Build System, you can
19       make `autoreconf' remake all of the files by giving  it  the  `--force'
20       option.
21
22   Operation modes:
23       -h, --help
24              print this help, then exit
25
26       -V, --version
27              print version number, then exit
28
29       -v, --verbose
30              verbosely report processing
31
32       -d, --debug
33              don't remove temporary files
34
35       -f, --force
36              consider all files obsolete
37
38       -i, --install
39              copy missing auxiliary files
40
41       --no-recursive
42              don't rebuild sub-packages
43
44       -s, --symlink
45              with -i, install symbolic links instead of copies
46
47       -m, --make
48              when applicable, re-run ./configure && make
49
50       -W, --warnings=CATEGORY
51              report the warnings falling in CATEGORY [syntax]
52
53   Warning categories include:
54       `cross'
55              cross compilation issues
56
57       `gnu'  GNU coding standards (default in gnu and gnits modes)
58
59       `obsolete'
60              obsolete features or constructions
61
62       `override'
63              user redefinitions of Automake rules or variables
64
65       `portability'
66              portability issues (default in gnu and gnits modes)
67
68       `syntax'
69              dubious syntactic constructs (default)
70
71       `unsupported'
72              unsupported or incomplete features (default)
73
74       `all'  all the warnings
75
76       `no-CATEGORY'
77              turn off warnings in CATEGORY
78
79       `none' turn off all the warnings
80
81       `error'
82              treat warnings as errors
83
84       The  environment  variable  `WARNINGS' is honored.  Some subtools might
85       support other warning types, using `all' is encouraged.
86
87   Library directories:
88       -B, --prepend-include=DIR
89              prepend directory DIR to search path
90
91       -I, --include=DIR
92              append directory DIR to search path
93
94       The environment variables  AUTOM4TE,  AUTOCONF,  AUTOHEADER,  AUTOMAKE,
95       ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored.
96

AUTHOR

98       Written by David J. MacKenzie and Akim Demaille.
99

REPORTING BUGS

101       Report bugs to <bug-autoconf@gnu.org>.
102       GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>.
103       General help using GNU software: <http://www.gnu.org/gethelp/>.
104
106       Copyright  ©  2012 Free Software Foundation, Inc.  License GPLv3+/Auto‐
107       conf: GNU GPL version 3  or  later  <http://gnu.org/licenses/gpl.html>,
108       <http://gnu.org/licenses/exceptions.html>
109       This  is  free  software:  you  are free to change and redistribute it.
110       There is NO WARRANTY, to the extent permitted by law.
111

SEE ALSO

113       autoconf(1), automake(1), autoreconf(1), autoupdate(1),  autoheader(1),
114       autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
115
116       The  full  documentation for autoreconf is maintained as a Texinfo man‐
117       ual.  If the info and autoreconf programs  are  properly  installed  at
118       your site, the command
119
120              info autoreconf
121
122       should give you access to the complete manual.
123
124
125
126GNU Autoconf 2.68b.22-280f-dirty  April 2012                     AUTORECONF(1)
Impressum