[JM:02981] [POST:DP] GNU automake 1.16.5 aclocal-1.16.1

Zurück zum Archiv-Index
matsuand michi****@gmail*****
2021年 10月 4日 (月) 17:55:01 JST


<STATUS>
stat: DP
ppkg: GNU automake 1.16.5
page: aclocal-1.16.1
date: 2021/10/03
mail: michio_matsu****@yahoo*****
name: Michio MATSUYAMA
</STATUS>

前回の校正依頼 ML:
2021/07/28 JM:02711
2021/07/28 JM:02735
2021/07/29 JM:02761
2021/07/29 JM:02765
※ 前回校正時のご指摘は反映済です。

本 man ページは、前バージョンと比べて、
バージョン、日付以外での変更はありません。
ただし空白文字の挿入などの対処を行っています。

[原文]
.TH ACLOCAL "1" "October 2021" "GNU automake 1.16.5" "User
Commands"
[訳文]
.TH ACLOCAL 1 2021/10 "GNU automake 1.16.5" ユーザーコマンド
----------------------------------------
[原文]
.SH NAME
aclocal - manual page for aclocal 1.16.5
[訳文]
.SH 名前
aclocal - aclocal 1.16.5 向けのマニュアルページ
----------------------------------------
[原文]
.SH SYNOPSIS
.B aclocal [OPTION]...
[訳文]
.SH 書式
aclocal [OPTION]...
----------------------------------------
[原文]
.SH DESCRIPTION
Generate 'aclocal.m4' by scanning 'configure.ac' or
'configure.in'
[訳文]
.SH 説明
'configure.ac' または 'configure.in' を処理して
'aclocal.m4' を生成します。
----------------------------------------
[原文]
.SH OPTIONS
[訳文]
.SH オプション
----------------------------------------
[原文]
.TP
--automake-acdir=DIR
directory holding automake-provided m4 files
[訳文]
.TP
--automake-acdir=DIR
automake が提供する m4 ファイルが存在するディレクトリ。
----------------------------------------
[原文]
.TP
--system-acdir=DIR
directory holding third-party system-wide files
[訳文]
.TP
--system-acdir=DIR
サードパーティー製のシステムワイドなファイルが存在するディレ
クトリ。
----------------------------------------
[原文]
.TP
--diff[=COMMAND]
run COMMAND [diff -u] on M4 files that would be changed
(implies --install and --dry-run)
[訳文]
.TP
--diff[=COMMAND]
変更されているかもしれない M4 ファイルに対してコマンド
[diff -u] を実行します。 (--install と --dry-run
を暗に含みます。)
----------------------------------------
[原文]
.TP
--dry-run
pretend to, but do not actually update any file
[訳文]
.TP
--dry-run
処理を実行しますが、実際にはどのファイルも更新しません。
----------------------------------------
[原文]
.TP
--force
always update output file
[訳文]
.TP
--force
常に出力ファイルを更新します。
----------------------------------------
[原文]
.TP
--help
print this help, then exit
[訳文]
.TP
--help
このヘルプを表示して終了します。
----------------------------------------
[原文]
.TP
-I DIR
add directory to search list for .m4 files
[訳文]
.TP
-I DIR
.m4 ファイルの検索リストにディレクトリを追加します。
----------------------------------------
[原文]
.TP
--install
copy third-party files to the first -I directory
[訳文]
.TP
--install
サードパーティー製ファイルを、 最初の -I
で指定されたディレクトリにコピーします。
----------------------------------------
[原文]
.TP
--output=FILE
put output in FILE (default aclocal.m4)
[訳文]
.TP
--output=FILE
結果を FILE に出力します (デフォルトは aclocal.m4)。
----------------------------------------
[原文]
.TP
--print-ac-dir
print name of directory holding system-wide third-party m4
files, then exit
[訳文]
.TP
--print-ac-dir
システムワイドなサードパーティー製ファイルが存在するディレク
トリ名を表示して終了します。
----------------------------------------
[原文]
.TP
--verbose
don't be silent
[訳文]
.TP
--verbose
詳細表示を行います。
----------------------------------------
[原文]
.TP
--version
print version number, then exit
[訳文]
.TP
--version
バージョン番号を表示して終了します。
----------------------------------------
[原文]
.TP
-W, --warnings=CATEGORY
report the warnings falling in CATEGORY
[訳文]
.TP
-W, --warnings=CATEGORY
警告をカテゴリー別に表示します。
----------------------------------------
[原文]
.SS "Warning categories include:"
[訳文]
.SS 警告カテゴリーは以下のとおりです。
----------------------------------------
[原文]
.TP
cross
cross compilation issues
[訳文]
.TP
cross
クロスコンパイルに関する問題。
----------------------------------------
[原文]
.TP
gnu
GNU coding standards (default in gnu and gnits modes)
[訳文]
.TP
gnu
GNU コーディング標準 (デフォルトは gnu および gnits
モード)。
----------------------------------------
[原文]
.TP
obsolete
obsolete features or constructions (default)
[訳文]
.TP
obsolete
古い機能や構成 (デフォルト)。
----------------------------------------
[原文]
.TP
override
user redefinitions of Automake rules or variables
[訳文]
.TP
override
Automake ルールや変数に対するユーザーの再定義。
----------------------------------------
[原文]
.TP
portability
portability issues (default in gnu and gnits modes)
[訳文]
.TP
portability
移植性に関する問題 (デフォルトは gnu および gnits モード)。
----------------------------------------
[原文]
.TP
portability-recursive
nested Make variables (default with -Wportability)
[訳文]
.TP
portability-recursive
ネスト化した Make 変数 (デフォルトは -Wportability)。
----------------------------------------
[原文]
.TP
extra-portability
extra portability issues related to obscure tools
[訳文]
.TP
extra-portability
不十分なツールに関連した移植性に関する問題。
----------------------------------------
[原文]
.TP
syntax
dubious syntactic constructs (default)
[訳文]
.TP
syntax
疑わしい構文構造 (デフォルト)。
----------------------------------------
[原文]
.TP
unsupported
unsupported or incomplete features (default)
[訳文]
.TP
unsupported
非対応または不完全な機能 (デフォルト)。
----------------------------------------
[原文]
.TP
all
all the warnings
[訳文]
.TP
all
警告メッセージすべて。
----------------------------------------
[原文]
.TP
no-CATEGORY
turn off warnings in CATEGORY
[訳文]
.TP
no-CATEGORY
カテゴリー別の警告表示を行いません。
----------------------------------------
[原文]
.TP
none
turn off all the warnings
[訳文]
.TP
none
警告メッセージをすべて表示しません。
----------------------------------------
[原文]
.TP
error
treat warnings as errors
[訳文]
.TP
error
警告をエラーとして扱います。
----------------------------------------
[原文]
.SH AUTHOR
Written by Tom Tromey <trome****@redha*****>
[訳文]
.SH 著者
Tom Tromey <trome****@redha*****>
----------------------------------------
[原文]
.IP
and Alexandre Duret-Lutz <adl****@gnu*****>.
[訳文]
.IP
Alexandre Duret-Lutz <adl****@gnu*****>.
----------------------------------------
[原文]
.SH "REPORTING BUGS"
Report bugs to <bug-a****@gnu*****>.
GNU Automake home page:
<https://www.gnu.org/software/automake/>.
General help using GNU software:
<https://www.gnu.org/gethelp/>.
[訳文]
.SH バグ報告
バグ報告は <bug-a****@gnu*****> までご連絡ください。
GNU Automake ホームページ:
<https://www.gnu.org/software/automake/>.
GNU ソフトウェアの全般的なヘルプ:
<https://www.gnu.org/gethelp/>
----------------------------------------
[原文]
.SH COPYRIGHT
Copyright © 2021 Free Software Foundation, Inc. License
GPLv2+: GNU GPL version 2 or later
<https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and
redistribute it. There is NO WARRANTY, to the extent
permitted by law.
[訳文]
.SH 著作権
Copyright © 2021 Free Software Foundation, Inc.  License
GPLv2+: GNU GPL version 2 or later
<https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and
redistribute it.  There is NO WARRANTY, to the extent
permitted by law.
----------------------------------------
[原文]
.SH "SEE ALSO"
The full documentation for .B aclocal is maintained as a
Texinfo manual.  If the .B info and .B aclocal programs are
properly installed at your site, the command
[訳文]
.SH 関連項目
aclocal の完全なドキュメントは Texinfo
マニュアルとしてメンテナンスされています。info と aclocal
の両プログラムが適切にインストールされていれば、以下のコマン
ド
----------------------------------------
[原文]
.IP
.B info aclocal
[訳文]
.IP
info aclocal
----------------------------------------
[原文]
.PP
should give you access to the complete manual.
[訳文]
.PP
を実行して完全なマニュアルを参照できます。
----------------------------------------


linuxjm-discuss メーリングリストの案内
Zurück zum Archiv-Index