翻訳ドキュメント管理用
リビジョン | 6f974f3b5948cf1fb6631060a597d36bda247abc (tree) |
---|---|
日時 | 2021-06-20 13:11:30 |
作者 | matsuand <30614168+matsuand@user...> |
コミッター | matsuand |
GNU_autoconf: Add originals and translation_list.
@@ -1,3 +0,0 @@ | ||
1 | -mk/ | |
2 | -tmp/ | |
3 | -revise/ |
@@ -0,0 +1,128 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTOCONF "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autoconf \- Generate configuration scripts | |
5 | +.SH SYNOPSIS | |
6 | +.B autoconf | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,TEMPLATE-FILE\/\fR] | |
8 | +.SH DESCRIPTION | |
9 | +Generate a configuration script from a TEMPLATE\-FILE if given, or | |
10 | +\&'configure.ac' if present, or else 'configure.in'. Output is sent | |
11 | +to the standard output if TEMPLATE\-FILE is given, else into | |
12 | +\&'configure'. | |
13 | +.SS "Operation modes:" | |
14 | +.TP | |
15 | +\fB\-h\fR, \fB\-\-help\fR | |
16 | +print this help, then exit | |
17 | +.TP | |
18 | +\fB\-V\fR, \fB\-\-version\fR | |
19 | +print version number, then exit | |
20 | +.TP | |
21 | +\fB\-v\fR, \fB\-\-verbose\fR | |
22 | +verbosely report processing | |
23 | +.TP | |
24 | +\fB\-d\fR, \fB\-\-debug\fR | |
25 | +don't remove temporary files | |
26 | +.TP | |
27 | +\fB\-f\fR, \fB\-\-force\fR | |
28 | +consider all files obsolete | |
29 | +.TP | |
30 | +\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR | |
31 | +save output in FILE (stdout is the default) | |
32 | +.TP | |
33 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
34 | +report the warnings falling in CATEGORY | |
35 | +.SS "Warning categories include:" | |
36 | +.TP | |
37 | +cross | |
38 | +cross compilation issues | |
39 | +.TP | |
40 | +gnu | |
41 | +GNU coding standards (default in gnu and gnits modes) | |
42 | +.TP | |
43 | +obsolete | |
44 | +obsolete features or constructions (default) | |
45 | +.TP | |
46 | +override | |
47 | +user redefinitions of Automake rules or variables | |
48 | +.TP | |
49 | +portability | |
50 | +portability issues (default in gnu and gnits modes) | |
51 | +.TP | |
52 | +portability\-recursive | |
53 | +nested Make variables (default with \fB\-Wportability\fR) | |
54 | +.TP | |
55 | +extra\-portability | |
56 | +extra portability issues related to obscure tools | |
57 | +.TP | |
58 | +syntax | |
59 | +dubious syntactic constructs (default) | |
60 | +.TP | |
61 | +unsupported | |
62 | +unsupported or incomplete features (default) | |
63 | +.TP | |
64 | +all | |
65 | +all the warnings | |
66 | +.TP | |
67 | +no\-CATEGORY | |
68 | +turn off warnings in CATEGORY | |
69 | +.TP | |
70 | +none | |
71 | +turn off all the warnings | |
72 | +.PP | |
73 | +The environment variables 'M4' and 'WARNINGS' are honored. | |
74 | +.SS "Library directories:" | |
75 | +.TP | |
76 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
77 | +prepend directory DIR to search path | |
78 | +.TP | |
79 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
80 | +append directory DIR to search path | |
81 | +.SS "Tracing:" | |
82 | +.TP | |
83 | +\fB\-t\fR, \fB\-\-trace\fR=\fI\,MACRO[\/\fR:FORMAT] | |
84 | +report the list of calls to MACRO | |
85 | +.TP | |
86 | +\fB\-i\fR, \fB\-\-initialization\fR | |
87 | +also trace Autoconf's initialization process | |
88 | +.PP | |
89 | +In tracing mode, no configuration script is created. FORMAT defaults | |
90 | +to '$f:$l:$n:$%'; see 'autom4te \fB\-\-help\fR' for information about FORMAT. | |
91 | +.SH AUTHOR | |
92 | +Written by David J. MacKenzie and Akim Demaille. | |
93 | +.SH "REPORTING BUGS" | |
94 | +Report bugs to <bug\-autoconf@gnu.org>. | |
95 | +.br | |
96 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
97 | +.br | |
98 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
99 | +.SH COPYRIGHT | |
100 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
101 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
102 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
103 | +.br | |
104 | +This is free software: you are free to change and redistribute it. | |
105 | +There is NO WARRANTY, to the extent permitted by law. | |
106 | +.SH "SEE ALSO" | |
107 | +.BR autoconf (1), | |
108 | +.BR automake (1), | |
109 | +.BR autoreconf (1), | |
110 | +.BR autoupdate (1), | |
111 | +.BR autoheader (1), | |
112 | +.BR autoscan (1), | |
113 | +.BR config.guess (1), | |
114 | +.BR config.sub (1), | |
115 | +.BR ifnames (1), | |
116 | +.BR libtool (1). | |
117 | +.PP | |
118 | +The full documentation for | |
119 | +.B autoconf | |
120 | +is maintained as a Texinfo manual. If the | |
121 | +.B info | |
122 | +and | |
123 | +.B autoconf | |
124 | +programs are properly installed at your site, the command | |
125 | +.IP | |
126 | +.B info autoconf | |
127 | +.PP | |
128 | +should give you access to the complete manual. |
@@ -0,0 +1,114 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTOHEADER "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autoheader \- Create a template header for configure | |
5 | +.SH SYNOPSIS | |
6 | +.B autoheader | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,TEMPLATE-FILE\/\fR] | |
8 | +.SH DESCRIPTION | |
9 | +Create a template file of C '#define' statements for 'configure' to | |
10 | +use. To this end, scan TEMPLATE\-FILE, or 'configure.ac' if present, | |
11 | +or else 'configure.in'. | |
12 | +.TP | |
13 | +\fB\-h\fR, \fB\-\-help\fR | |
14 | +print this help, then exit | |
15 | +.TP | |
16 | +\fB\-V\fR, \fB\-\-version\fR | |
17 | +print version number, then exit | |
18 | +.TP | |
19 | +\fB\-v\fR, \fB\-\-verbose\fR | |
20 | +verbosely report processing | |
21 | +.TP | |
22 | +\fB\-d\fR, \fB\-\-debug\fR | |
23 | +don't remove temporary files | |
24 | +.TP | |
25 | +\fB\-f\fR, \fB\-\-force\fR | |
26 | +consider all files obsolete | |
27 | +.TP | |
28 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
29 | +report the warnings falling in CATEGORY | |
30 | +.SS "Warning categories include:" | |
31 | +.TP | |
32 | +cross | |
33 | +cross compilation issues | |
34 | +.TP | |
35 | +gnu | |
36 | +GNU coding standards (default in gnu and gnits modes) | |
37 | +.TP | |
38 | +obsolete | |
39 | +obsolete features or constructions (default) | |
40 | +.TP | |
41 | +override | |
42 | +user redefinitions of Automake rules or variables | |
43 | +.TP | |
44 | +portability | |
45 | +portability issues (default in gnu and gnits modes) | |
46 | +.TP | |
47 | +portability\-recursive | |
48 | +nested Make variables (default with \fB\-Wportability\fR) | |
49 | +.TP | |
50 | +extra\-portability | |
51 | +extra portability issues related to obscure tools | |
52 | +.TP | |
53 | +syntax | |
54 | +dubious syntactic constructs (default) | |
55 | +.TP | |
56 | +unsupported | |
57 | +unsupported or incomplete features (default) | |
58 | +.TP | |
59 | +all | |
60 | +all the warnings | |
61 | +.TP | |
62 | +no\-CATEGORY | |
63 | +turn off warnings in CATEGORY | |
64 | +.TP | |
65 | +none | |
66 | +turn off all the warnings | |
67 | +.TP | |
68 | +error | |
69 | +treat warnings as errors | |
70 | +.SS "Library directories:" | |
71 | +.TP | |
72 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
73 | +prepend directory DIR to search path | |
74 | +.TP | |
75 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
76 | +append directory DIR to search path | |
77 | +.SH AUTHOR | |
78 | +Written by Roland McGrath and Akim Demaille. | |
79 | +.SH "REPORTING BUGS" | |
80 | +Report bugs to <bug\-autoconf@gnu.org>. | |
81 | +.br | |
82 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
83 | +.br | |
84 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
85 | +.SH COPYRIGHT | |
86 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
87 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
88 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
89 | +.br | |
90 | +This is free software: you are free to change and redistribute it. | |
91 | +There is NO WARRANTY, to the extent permitted by law. | |
92 | +.SH "SEE ALSO" | |
93 | +.BR autoconf (1), | |
94 | +.BR automake (1), | |
95 | +.BR autoreconf (1), | |
96 | +.BR autoupdate (1), | |
97 | +.BR autoheader (1), | |
98 | +.BR autoscan (1), | |
99 | +.BR config.guess (1), | |
100 | +.BR config.sub (1), | |
101 | +.BR ifnames (1), | |
102 | +.BR libtool (1). | |
103 | +.PP | |
104 | +The full documentation for | |
105 | +.B autoheader | |
106 | +is maintained as a Texinfo manual. If the | |
107 | +.B info | |
108 | +and | |
109 | +.B autoheader | |
110 | +programs are properly installed at your site, the command | |
111 | +.IP | |
112 | +.B info autoheader | |
113 | +.PP | |
114 | +should give you access to the complete manual. |
@@ -0,0 +1,198 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTOM4TE "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autom4te \- Generate files and scripts thanks to M4 | |
5 | +.SH SYNOPSIS | |
6 | +.B autom4te | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,FILES\/\fR] | |
8 | +.SH DESCRIPTION | |
9 | +Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing, | |
10 | +the frozen file if freezing, otherwise the expansion of the FILES. | |
11 | +.PP | |
12 | +If some of the FILES are named 'FILE.m4f' they are considered to be M4 | |
13 | +frozen files of all the previous files (which are therefore not loaded). | |
14 | +If 'FILE.m4f' is not found, then 'FILE.m4' will be used, together with | |
15 | +all the previous files. | |
16 | +.PP | |
17 | +Some files may be optional, i.e., will only be processed if found in the | |
18 | +include path, but then must end in '.m4?'; the question mark is not part | |
19 | +of the actual file name. | |
20 | +.SS "Operation modes:" | |
21 | +.TP | |
22 | +\fB\-h\fR, \fB\-\-help\fR | |
23 | +print this help, then exit | |
24 | +.TP | |
25 | +\fB\-V\fR, \fB\-\-version\fR | |
26 | +print version number, then exit | |
27 | +.TP | |
28 | +\fB\-v\fR, \fB\-\-verbose\fR | |
29 | +verbosely report processing | |
30 | +.TP | |
31 | +\fB\-d\fR, \fB\-\-debug\fR | |
32 | +don't remove temporary files | |
33 | +.TP | |
34 | +\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR | |
35 | +save output in FILE (defaults to '\-', stdout) | |
36 | +.TP | |
37 | +\fB\-f\fR, \fB\-\-force\fR | |
38 | +don't rely on cached values | |
39 | +.TP | |
40 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
41 | +report the warnings falling in CATEGORY | |
42 | +.TP | |
43 | +\fB\-l\fR, \fB\-\-language\fR=\fI\,LANG\/\fR | |
44 | +specify the set of M4 macros to use | |
45 | +.TP | |
46 | +\fB\-C\fR, \fB\-\-cache\fR=\fI\,DIRECTORY\/\fR | |
47 | +preserve results for future runs in DIRECTORY | |
48 | +.TP | |
49 | +\fB\-\-no\-cache\fR | |
50 | +disable the cache | |
51 | +.TP | |
52 | +\fB\-m\fR, \fB\-\-mode\fR=\fI\,OCTAL\/\fR | |
53 | +change the non trace output file mode (0666) | |
54 | +.TP | |
55 | +\fB\-M\fR, \fB\-\-melt\fR | |
56 | +don't use M4 frozen files | |
57 | +.SS "Languages include:" | |
58 | +.TP | |
59 | +\&'Autoconf' | |
60 | +create Autoconf configure scripts | |
61 | +.TP | |
62 | +\&'Autotest' | |
63 | +create Autotest test suites | |
64 | +.TP | |
65 | +\&'M4sh' | |
66 | +create M4sh shell scripts | |
67 | +.TP | |
68 | +\&'M4sugar' | |
69 | +create M4sugar output | |
70 | +.SS "Warning categories include:" | |
71 | +.TP | |
72 | +cross | |
73 | +cross compilation issues | |
74 | +.TP | |
75 | +gnu | |
76 | +GNU coding standards (default in gnu and gnits modes) | |
77 | +.TP | |
78 | +obsolete | |
79 | +obsolete features or constructions (default) | |
80 | +.TP | |
81 | +override | |
82 | +user redefinitions of Automake rules or variables | |
83 | +.TP | |
84 | +portability | |
85 | +portability issues (default in gnu and gnits modes) | |
86 | +.TP | |
87 | +portability\-recursive | |
88 | +nested Make variables (default with \fB\-Wportability\fR) | |
89 | +.TP | |
90 | +extra\-portability | |
91 | +extra portability issues related to obscure tools | |
92 | +.TP | |
93 | +syntax | |
94 | +dubious syntactic constructs (default) | |
95 | +.TP | |
96 | +unsupported | |
97 | +unsupported or incomplete features (default) | |
98 | +.TP | |
99 | +all | |
100 | +all the warnings | |
101 | +.TP | |
102 | +no\-CATEGORY | |
103 | +turn off warnings in CATEGORY | |
104 | +.TP | |
105 | +none | |
106 | +turn off all the warnings | |
107 | +.TP | |
108 | +error | |
109 | +treat warnings as errors | |
110 | +.PP | |
111 | +The environment variables 'M4' and 'WARNINGS' are honored. | |
112 | +.SS "Library directories:" | |
113 | +.TP | |
114 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
115 | +prepend directory DIR to search path | |
116 | +.TP | |
117 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
118 | +append directory DIR to search path | |
119 | +.SS "Tracing:" | |
120 | +.TP | |
121 | +\fB\-t\fR, \fB\-\-trace\fR=\fI\,MACRO[\/\fR:FORMAT] | |
122 | +report the MACRO invocations | |
123 | +.TP | |
124 | +\fB\-p\fR, \fB\-\-preselect\fR=\fI\,MACRO\/\fR | |
125 | +prepare to trace MACRO in a future run | |
126 | +.SS "Freezing:" | |
127 | +.TP | |
128 | +\fB\-F\fR, \fB\-\-freeze\fR | |
129 | +produce an M4 frozen state file for FILES | |
130 | +.SS "FORMAT defaults to '$f:$l:$n:$%', and can use the following escapes:" | |
131 | +.TP | |
132 | +$$ | |
133 | +literal $ | |
134 | +.TP | |
135 | +$f | |
136 | +file where macro was called | |
137 | +.TP | |
138 | +$l | |
139 | +line where macro was called | |
140 | +.TP | |
141 | +$d | |
142 | +nesting depth of macro call | |
143 | +.TP | |
144 | +$n | |
145 | +name of the macro | |
146 | +.TP | |
147 | +$NUM | |
148 | +argument NUM, unquoted and with newlines | |
149 | +.TP | |
150 | +$SEP@ | |
151 | +all arguments, with newlines, quoted, and separated by SEP | |
152 | +.TP | |
153 | +$SEP* | |
154 | +all arguments, with newlines, unquoted, and separated by SEP | |
155 | +.TP | |
156 | +$SEP% | |
157 | +all arguments, without newlines, unquoted, and separated by SEP | |
158 | +.PP | |
159 | +SEP can be empty for the default (comma for @ and *, colon for %), | |
160 | +a single character for that character, or {STRING} to use a string. | |
161 | +.SH AUTHOR | |
162 | +Written by Akim Demaille. | |
163 | +.SH "REPORTING BUGS" | |
164 | +Report bugs to <bug\-autoconf@gnu.org>. | |
165 | +.br | |
166 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
167 | +.br | |
168 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
169 | +.SH COPYRIGHT | |
170 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
171 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
172 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
173 | +.br | |
174 | +This is free software: you are free to change and redistribute it. | |
175 | +There is NO WARRANTY, to the extent permitted by law. | |
176 | +.SH "SEE ALSO" | |
177 | +.BR autoconf (1), | |
178 | +.BR automake (1), | |
179 | +.BR autoreconf (1), | |
180 | +.BR autoupdate (1), | |
181 | +.BR autoheader (1), | |
182 | +.BR autoscan (1), | |
183 | +.BR config.guess (1), | |
184 | +.BR config.sub (1), | |
185 | +.BR ifnames (1), | |
186 | +.BR libtool (1). | |
187 | +.PP | |
188 | +The full documentation for | |
189 | +.B autom4te | |
190 | +is maintained as a Texinfo manual. If the | |
191 | +.B info | |
192 | +and | |
193 | +.B autom4te | |
194 | +programs are properly installed at your site, the command | |
195 | +.IP | |
196 | +.B info autom4te | |
197 | +.PP | |
198 | +should give you access to the complete manual. |
@@ -0,0 +1,140 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTORECONF "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autoreconf \- Update generated configuration files | |
5 | +.SH SYNOPSIS | |
6 | +.B autoreconf | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,DIRECTORY\/\fR]... | |
8 | +.SH DESCRIPTION | |
9 | +Run 'autoconf' and, when needed, 'aclocal', 'autoheader', 'automake', | |
10 | +\&'autopoint' (formerly 'gettextize'), 'libtoolize', 'intltoolize', and | |
11 | +\&'gtkdocize' to regenerate the GNU Build System files in specified | |
12 | +DIRECTORIES and their subdirectories (defaulting to '.'). | |
13 | +.PP | |
14 | +By default, it only remakes those files that are older than their | |
15 | +sources. If you install new versions of the GNU Build System, | |
16 | +you can make 'autoreconf' remake all of the files by giving it the | |
17 | +\&'\-\-force' option. | |
18 | +.SS "Operation modes:" | |
19 | +.TP | |
20 | +\fB\-h\fR, \fB\-\-help\fR | |
21 | +print this help, then exit | |
22 | +.TP | |
23 | +\fB\-V\fR, \fB\-\-version\fR | |
24 | +print version number, then exit | |
25 | +.TP | |
26 | +\fB\-v\fR, \fB\-\-verbose\fR | |
27 | +verbosely report processing | |
28 | +.TP | |
29 | +\fB\-d\fR, \fB\-\-debug\fR | |
30 | +don't remove temporary files | |
31 | +.TP | |
32 | +\fB\-f\fR, \fB\-\-force\fR | |
33 | +consider all generated and standard files obsolete | |
34 | +.TP | |
35 | +\fB\-i\fR, \fB\-\-install\fR | |
36 | +copy missing standard auxiliary files | |
37 | +.TP | |
38 | +\fB\-\-no\-recursive\fR | |
39 | +don't rebuild sub\-packages | |
40 | +.TP | |
41 | +\fB\-s\fR, \fB\-\-symlink\fR | |
42 | +with \fB\-i\fR, install symbolic links instead of copies | |
43 | +.TP | |
44 | +\fB\-m\fR, \fB\-\-make\fR | |
45 | +when applicable, re\-run ./configure && make | |
46 | +.TP | |
47 | +\fB\-W\fR, \fB\-\-warnings\fR=\fI\,CATEGORY\/\fR | |
48 | +report the warnings falling in CATEGORY [syntax] | |
49 | +.SS "Warning categories include:" | |
50 | +.TP | |
51 | +cross | |
52 | +cross compilation issues | |
53 | +.TP | |
54 | +gnu | |
55 | +GNU coding standards (default in gnu and gnits modes) | |
56 | +.TP | |
57 | +obsolete | |
58 | +obsolete features or constructions (default) | |
59 | +.TP | |
60 | +override | |
61 | +user redefinitions of Automake rules or variables | |
62 | +.TP | |
63 | +portability | |
64 | +portability issues (default in gnu and gnits modes) | |
65 | +.TP | |
66 | +portability\-recursive | |
67 | +nested Make variables (default with \fB\-Wportability\fR) | |
68 | +.TP | |
69 | +extra\-portability | |
70 | +extra portability issues related to obscure tools | |
71 | +.TP | |
72 | +syntax | |
73 | +dubious syntactic constructs (default) | |
74 | +.TP | |
75 | +unsupported | |
76 | +unsupported or incomplete features (default) | |
77 | +.TP | |
78 | +all | |
79 | +all the warnings | |
80 | +.TP | |
81 | +no\-CATEGORY | |
82 | +turn off warnings in CATEGORY | |
83 | +.TP | |
84 | +none | |
85 | +turn off all the warnings | |
86 | +.TP | |
87 | +error | |
88 | +treat warnings as errors | |
89 | +.PP | |
90 | +The environment variable 'WARNINGS' is honored. Some subtools might | |
91 | +support other warning types, using 'all' is encouraged. | |
92 | +.SS "Library directories:" | |
93 | +.TP | |
94 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
95 | +prepend directory DIR to search path | |
96 | +.TP | |
97 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
98 | +append directory DIR to search path | |
99 | +.PP | |
100 | +The environment variables AUTOCONF, ACLOCAL, AUTOHEADER, AUTOM4TE, | |
101 | +AUTOMAKE, AUTOPOINT, GTKDOCIZE, INTLTOOLIZE, LIBTOOLIZE, M4, and MAKE | |
102 | +are honored. | |
103 | +.SH AUTHOR | |
104 | +Written by David J. MacKenzie and Akim Demaille. | |
105 | +.SH "REPORTING BUGS" | |
106 | +Report bugs to <bug\-autoconf@gnu.org>. | |
107 | +.br | |
108 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
109 | +.br | |
110 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
111 | +.SH COPYRIGHT | |
112 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
113 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
114 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
115 | +.br | |
116 | +This is free software: you are free to change and redistribute it. | |
117 | +There is NO WARRANTY, to the extent permitted by law. | |
118 | +.SH "SEE ALSO" | |
119 | +.BR autoconf (1), | |
120 | +.BR automake (1), | |
121 | +.BR autoreconf (1), | |
122 | +.BR autoupdate (1), | |
123 | +.BR autoheader (1), | |
124 | +.BR autoscan (1), | |
125 | +.BR config.guess (1), | |
126 | +.BR config.sub (1), | |
127 | +.BR ifnames (1), | |
128 | +.BR libtool (1). | |
129 | +.PP | |
130 | +The full documentation for | |
131 | +.B autoreconf | |
132 | +is maintained as a Texinfo manual. If the | |
133 | +.B info | |
134 | +and | |
135 | +.B autoreconf | |
136 | +programs are properly installed at your site, the command | |
137 | +.IP | |
138 | +.B info autoreconf | |
139 | +.PP | |
140 | +should give you access to the complete manual. |
@@ -0,0 +1,70 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTOSCAN "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autoscan \- Generate a preliminary configure.ac | |
5 | +.SH SYNOPSIS | |
6 | +.B autoscan | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,SRCDIR\/\fR] | |
8 | +.SH DESCRIPTION | |
9 | +Examine source files in the directory tree rooted at SRCDIR, or the | |
10 | +current directory if none is given. Search the source files for | |
11 | +common portability problems, check for incompleteness of | |
12 | +\&'configure.ac', and create a file 'configure.scan' which is a | |
13 | +preliminary 'configure.ac' for that package. | |
14 | +.TP | |
15 | +\fB\-h\fR, \fB\-\-help\fR | |
16 | +print this help, then exit | |
17 | +.TP | |
18 | +\fB\-V\fR, \fB\-\-version\fR | |
19 | +print version number, then exit | |
20 | +.TP | |
21 | +\fB\-v\fR, \fB\-\-verbose\fR | |
22 | +verbosely report processing | |
23 | +.TP | |
24 | +\fB\-d\fR, \fB\-\-debug\fR | |
25 | +don't remove temporary files | |
26 | +.SS "Library directories:" | |
27 | +.TP | |
28 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
29 | +prepend directory DIR to search path | |
30 | +.TP | |
31 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
32 | +append directory DIR to search path | |
33 | +.SH AUTHOR | |
34 | +Written by David J. MacKenzie and Akim Demaille. | |
35 | +.SH "REPORTING BUGS" | |
36 | +Report bugs to <bug\-autoconf@gnu.org>. | |
37 | +.br | |
38 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
39 | +.br | |
40 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
41 | +.SH COPYRIGHT | |
42 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
43 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
44 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
45 | +.br | |
46 | +This is free software: you are free to change and redistribute it. | |
47 | +There is NO WARRANTY, to the extent permitted by law. | |
48 | +.SH "SEE ALSO" | |
49 | +.BR autoconf (1), | |
50 | +.BR automake (1), | |
51 | +.BR autoreconf (1), | |
52 | +.BR autoupdate (1), | |
53 | +.BR autoheader (1), | |
54 | +.BR autoscan (1), | |
55 | +.BR config.guess (1), | |
56 | +.BR config.sub (1), | |
57 | +.BR ifnames (1), | |
58 | +.BR libtool (1). | |
59 | +.PP | |
60 | +The full documentation for | |
61 | +.B autoscan | |
62 | +is maintained as a Texinfo manual. If the | |
63 | +.B info | |
64 | +and | |
65 | +.B autoscan | |
66 | +programs are properly installed at your site, the command | |
67 | +.IP | |
68 | +.B info autoscan | |
69 | +.PP | |
70 | +should give you access to the complete manual. |
@@ -0,0 +1,72 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH AUTOUPDATE "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +autoupdate \- Update a configure.ac to a newer Autoconf | |
5 | +.SH SYNOPSIS | |
6 | +.B autoupdate | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,TEMPLATE-FILE\/\fR]... | |
8 | +.SH DESCRIPTION | |
9 | +Update each TEMPLATE\-FILE if given, or 'configure.ac' if present, | |
10 | +or else 'configure.in', to the syntax of the current version of | |
11 | +Autoconf. The original files are backed up. | |
12 | +.SS "Operation modes:" | |
13 | +.TP | |
14 | +\fB\-h\fR, \fB\-\-help\fR | |
15 | +print this help, then exit | |
16 | +.TP | |
17 | +\fB\-V\fR, \fB\-\-version\fR | |
18 | +print version number, then exit | |
19 | +.TP | |
20 | +\fB\-v\fR, \fB\-\-verbose\fR | |
21 | +verbosely report processing | |
22 | +.TP | |
23 | +\fB\-d\fR, \fB\-\-debug\fR | |
24 | +don't remove temporary files | |
25 | +.TP | |
26 | +\fB\-f\fR, \fB\-\-force\fR | |
27 | +consider all files obsolete | |
28 | +.SS "Library directories:" | |
29 | +.TP | |
30 | +\fB\-B\fR, \fB\-\-prepend\-include\fR=\fI\,DIR\/\fR | |
31 | +prepend directory DIR to search path | |
32 | +.TP | |
33 | +\fB\-I\fR, \fB\-\-include\fR=\fI\,DIR\/\fR | |
34 | +append directory DIR to search path | |
35 | +.SH AUTHOR | |
36 | +Written by David J. MacKenzie and Akim Demaille. | |
37 | +.SH "REPORTING BUGS" | |
38 | +Report bugs to <bug\-autoconf@gnu.org>. | |
39 | +.br | |
40 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
41 | +.br | |
42 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
43 | +.SH COPYRIGHT | |
44 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
45 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
46 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
47 | +.br | |
48 | +This is free software: you are free to change and redistribute it. | |
49 | +There is NO WARRANTY, to the extent permitted by law. | |
50 | +.SH "SEE ALSO" | |
51 | +.BR autoconf (1), | |
52 | +.BR automake (1), | |
53 | +.BR autoreconf (1), | |
54 | +.BR autoupdate (1), | |
55 | +.BR autoheader (1), | |
56 | +.BR autoscan (1), | |
57 | +.BR config.guess (1), | |
58 | +.BR config.sub (1), | |
59 | +.BR ifnames (1), | |
60 | +.BR libtool (1). | |
61 | +.PP | |
62 | +The full documentation for | |
63 | +.B autoupdate | |
64 | +is maintained as a Texinfo manual. If the | |
65 | +.B info | |
66 | +and | |
67 | +.B autoupdate | |
68 | +programs are properly installed at your site, the command | |
69 | +.IP | |
70 | +.B info autoupdate | |
71 | +.PP | |
72 | +should give you access to the complete manual. |
@@ -0,0 +1,57 @@ | ||
1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. | |
2 | +.TH IFNAMES "1" "January 2021" "GNU Autoconf 2.71" "User Commands" | |
3 | +.SH NAME | |
4 | +ifnames \- Extract CPP conditionals from a set of files | |
5 | +.SH SYNOPSIS | |
6 | +.B ifnames | |
7 | +[\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]... | |
8 | +.SH DESCRIPTION | |
9 | +Scan all of the C source FILES (or the standard input, if none are | |
10 | +given) and write to the standard output a sorted list of all the | |
11 | +identifiers that appear in those files in '#if', '#elif', '#ifdef', or | |
12 | +\&'#ifndef' directives. Print each identifier on a line, followed by a | |
13 | +space\-separated list of the files in which that identifier occurs. | |
14 | +.TP | |
15 | +\fB\-h\fR, \fB\-\-help\fR | |
16 | +print this help, then exit | |
17 | +.TP | |
18 | +\fB\-V\fR, \fB\-\-version\fR | |
19 | +print version number, then exit | |
20 | +.SH AUTHOR | |
21 | +Written by David J. MacKenzie and Paul Eggert. | |
22 | +.SH "REPORTING BUGS" | |
23 | +Report bugs to <bug\-autoconf@gnu.org>. | |
24 | +.br | |
25 | +GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>. | |
26 | +.br | |
27 | +General help using GNU software: <https://www.gnu.org/gethelp/>. | |
28 | +.SH COPYRIGHT | |
29 | +Copyright \(co 2021 Free Software Foundation, Inc. | |
30 | +License GPLv3+/Autoconf: GNU GPL version 3 or later | |
31 | +<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> | |
32 | +.br | |
33 | +This is free software: you are free to change and redistribute it. | |
34 | +There is NO WARRANTY, to the extent permitted by law. | |
35 | +.SH "SEE ALSO" | |
36 | +.BR autoconf (1), | |
37 | +.BR automake (1), | |
38 | +.BR autoreconf (1), | |
39 | +.BR autoupdate (1), | |
40 | +.BR autoheader (1), | |
41 | +.BR autoscan (1), | |
42 | +.BR config.guess (1), | |
43 | +.BR config.sub (1), | |
44 | +.BR ifnames (1), | |
45 | +.BR libtool (1). | |
46 | +.PP | |
47 | +The full documentation for | |
48 | +.B ifnames | |
49 | +is maintained as a Texinfo manual. If the | |
50 | +.B info | |
51 | +and | |
52 | +.B ifnames | |
53 | +programs are properly installed at your site, the command | |
54 | +.IP | |
55 | +.B info ifnames | |
56 | +.PP | |
57 | +should give you access to the complete manual. |
@@ -0,0 +1,7 @@ | ||
1 | +△:GNU autoconf:2.71:2021/01/28:autoconf:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
2 | +△:GNU autoconf:2.71:2021/01/28:autoheader:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
3 | +△:GNU autoconf:2.71:2021/01/28:autom4te:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
4 | +△:GNU autoconf:2.71:2021/01/28:autoreconf:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
5 | +△:GNU autoconf:2.71:2021/01/28:autoscan:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
6 | +△:GNU autoconf:2.71:2021/01/28:autoupdate:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: | |
7 | +△:GNU autoconf:2.71:2021/01/28:ifnames:1:2021/06/16::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: |