1AUTOUPDATE(1) User Commands AUTOUPDATE(1)
2
3
4
6 autoupdate - Update a configure.in to a newer Autoconf
7
9 autoupdate [OPTION]... [TEMPLATE-FILE]...
10
12 Update each TEMPLATE-FILE if given, or `configure.ac' if present, or
13 else `configure.in', to the syntax of the current version of Autoconf.
14 The original files are backed up.
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 Library directories:
33 -B, --prepend-include=DIR
34 prepend directory DIR to search path
35
36 -I, --include=DIR
37 append directory DIR to search path
38
40 Written by David J. MacKenzie and Akim Demaille.
41
43 Report bugs to <bug-autoconf@gnu.org>.
44
46 Copyright © 2008 Free Software Foundation, Inc. License GPLv2+: GNU
47 GPL version 2 or later <http://gnu.org/licenses/old-
48 licenses/gpl-2.0.html>
49 This is free software: you are free to change and redistribute it.
50 There is NO WARRANTY, to the extent permitted by law.
51
53 autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1),
54 autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
55
56 The full documentation for autoupdate is maintained as a Texinfo man‐
57 ual. If the info and autoupdate programs are properly installed at
58 your site, the command
59
60 info autoupdate
61
62 should give you access to the complete manual.
63
64
65
66GNU Autoconf 2.63 September 2008 AUTOUPDATE(1)