Penguin
Blame: autoupdate(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of autoupdate(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 AUTOUPDATE
2 !!!AUTOUPDATE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHORS
8 ----
9 !!NAME
10
11
12 autoupdate - updates an old configure.in file to version 2
13 !!SYNOPSIS
14
15
16 __autoupdate__ [[ __--help__ | __-h__ ] [[
17 __--version__ | __-V__ ] [[ __--verbose__ |
18 __-v__ ] [[ __--debug__ | __-d__ ] [[
19 __--autoconf-dir=__''dir'' | __-A__ ''dir'' ] [[
20 __--localdir=__''dir'' | __-l__ ''dir''
21 ]
22 !!DESCRIPTION
23
24
25 The __autoupdate__ program updates a __configure.in__
26 file that calls Autoconf macros by their old names to use
27 the current macro names. In version 2 of Autoconf, most of
28 the macros were renamed to use a more uniform and
29 descriptive naming scheme. Although the old names still work
30 , you can make your __configure.in__ files more readable
31 and make it easier to use the current Autoconf documentation
32 if you update them to use the new macro names. If given no
33 arguments, __autoupdate__ updates __configure.in__,
34 backing up the original version with the suffix __~__ (or
35 the value of the environment variable
36 __SIMPLE_BACKUP_SUFFIX__, if that is set). If you give
37 __autoupdate__ an argument, it reads that file instead of
38 __configure.in__ and writes the updated file to the
39 standard output.
40
41
42 __autoupdate__ accepts the following
43 options:
44
45
46 __--help__
47
48
49 __-h__
50
51
52 Print a summary of the command line options and
53 exit.
54
55
56 __--version__
57
58
59 __-V__
60
61
62 Print the version number of Autoconf and exit.
63
64
65 __--verbose__
66
67
68 __-v__
69
70
71 Report processing steps.
72
73
74 __--debug__
75
76
77 __-d__
78
79
80 Don't remove the temporary files.
81
82
83 __--autoconf-dir=__''dir''
84
85
86 __-A__ ''dir''
87
88
89 Look for the installed macro files in directory ''dir''.
90 You can also set the __AC_MACRODIR__ environment variable
91 to a directory; this option overrides the environment
92 variable.
93
94
95 __--localdir=__''dir''
96
97
98 __-l__ ''dir''
99
100
101 Look for the package file __aclocal.m4__ in directory
102 ''dir'' instead of in the current directory.
103 !!SEE ALSO
104
105
106 autoconf(1), autoheader(1),
107 autoreconf(1), autoscan(1),
108 ifnames(1)
109 !!AUTHORS
110
111
2 perry 112 David !MacKenzie, with help from Franc,ois Pinard, Karl
113 Berry, Richard Pixley, Ian Lance Taylor, Roland !McGrath,
1 perry 114 Noah Friedman, David D. Zuhn, and many others. This manpage
115 written by Ben Pfaff
116 autoconf__ package.
117 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.