version 3 showing authors affecting page license.
.
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 |
autoupdate2.13 - updates an old configure.in file to version 2 |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__autoconf2.13__ [[ __--help__ | __-h__ ] [[ |
|
|
17 |
__--macrodir=dir__ | __-m dir__ ] [[ __--version__ |
|
|
18 |
] |
|
|
19 |
!!DESCRIPTION |
|
|
20 |
|
|
|
21 |
|
|
|
22 |
The __autoupdate2.13__ program updates a |
|
|
23 |
__configure.in__ file that calls Autoconf macros by their |
|
|
24 |
old names to use the current macro names. In version 2 of |
|
|
25 |
Autoconf, most of the macros were renamed to use a more |
|
|
26 |
uniform and descriptive naming scheme. Although the old |
|
|
27 |
names still work , you can make your __configure.in__ |
|
|
28 |
files more readable and make it easier to use the current |
|
|
29 |
Autoconf documentation if you update them to use the new |
|
|
30 |
macro names. If given no arguments, __autoupdate2.13__ |
|
|
31 |
updates __configure.in__, backing up the original version |
|
|
32 |
with the suffix __~__ (or the value of the environment |
|
|
33 |
variable __SIMPLE_BACKUP_SUFFIX__, if that is set). If |
|
|
34 |
you give __autoupdate2.13__ an argument, it reads that |
|
|
35 |
file instead of __configure.in__ and writes the updated |
|
|
36 |
file to the standard output. |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
__autoconf2.13__ accepts the following |
|
|
40 |
options: |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
__--help__ |
|
|
44 |
|
|
|
45 |
|
|
|
46 |
__-h__ |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
Print a summary of the command line options and |
|
|
50 |
exit. |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
__--macrodir=DIR__ |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
__-m DIR__ |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
Look for the installed macro files in directory DIR. You can |
|
|
60 |
also set the __AC_MACRODIR__ environment variable to a |
|
|
61 |
directory; this option overrides the environment |
|
|
62 |
variable. |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
__--version__ |
|
|
66 |
|
|
|
67 |
|
|
|
68 |
Print the version number of Autoconf and exit. |
|
|
69 |
!!SEE ALSO |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
autoconf2.13(1), __autoheader2.13__(1), |
|
|
73 |
autoreconf2.13(1), __autoscan2.13__(1), |
|
|
74 |
ifnames2.13(1) |
|
|
75 |
!!AUTHORS |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
David !MacKenzie, with help from Franc,ois Pinard, Karl |
|
|
79 |
Berry, Richard Pixley, Ian Lance Taylor, Roland !McGrath, |
|
|
80 |
Noah Friedman, David D. Zuhn, and many others. This manpage |
|
|
81 |
written by Ben Pfaff |
|
|
82 |
autoconf2.13__ package. |
|
|
83 |
---- |