1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" translated 2022-04-11
.\"
.TH ACLOCAL 1 2021/11 "GNU automake 1.16.5" ユーザーコマンド
.SH 名前
aclocal \- aclocal 1.16.5 向けのマニュアルページ
.SH 書式
\fBaclocal\fP [\fI\,OPTION\/\fP]...
.SH 説明
\&'configure.ac' または 'configure.in' を処理して 'aclocal.m4' を生成します。
.SH オプション
.TP
\fB\-\-automake\-acdir\fP=\fI\,DIR\/\fP
automake が提供する m4 ファイルが存在するディレクトリ。
.TP
\fB\-\-system\-acdir\fP=\fI\,DIR\/\fP
サードパーティー製のシステムワイドなファイルが存在するディレクトリ。
.TP
\fB\-\-diff\fP[=\fI\,COMMAND\/\fP]
変更されているかもしれない M4 ファイルに対してコマンド [diff \fB\-u\fP] を実行します。 (\fB\-\-install\fP と
\fB\-\-dry\-run\fP を暗に含みます。)
.TP
\fB\-\-dry\-run\fP
処理を実行しますが、実際にはどのファイルも更新しません。
.TP
\fB\-\-force\fP
常に出力ファイルを更新します。
.TP
\fB\-\-help\fP
このヘルプを表示して終了します。
.TP
\fB\-I\fP DIR
\&.m4 ファイルの検索リストにディレクトリを追加します。
.TP
\fB\-\-install\fP
サードパーティー製ファイルを、 最初の \fB\-I\fP で指定されたディレクトリにコピーします。
.TP
\fB\-\-output\fP=\fI\,FILE\/\fP
結果を FILE に出力します (デフォルトは aclocal.m4)。
.TP
\fB\-\-print\-ac\-dir\fP
システムワイドなサードパーティー製ファイルが存在するディレクトリ名を表示して終了します。
.TP
\fB\-\-verbose\fP
詳細表示を行います。
.TP
\fB\-\-version\fP
バージョン番号を表示して終了します。
.TP
\fB\-W\fP, \fB\-\-warnings\fP=\fI\,CATEGORY\/\fP
警告をカテゴリー別に表示します。
.SS 警告カテゴリーは以下の通り:
.TP
cross
クロスコンパイルに関する問題。
.TP
gnu
GNU コーディング標準 (デフォルトは gnu および gnits モード)。
.TP
obsolete
古い機能や構成 (デフォルト)。
.TP
override
Automake ルールや変数に対するユーザーの再定義。
.TP
portability
移植性に関する問題 (デフォルトは gnu および gnits モード)。
.TP
portability\-recursive
ネスト化した Make 変数 (デフォルトは \fB\-Wportability\fP)。
.TP
extra\-portability
不十分なツールに関連した移植性に関する問題。
.TP
syntax
疑わしい構文構造 (デフォルト)。
.TP
unsupported
非対応または不完全な機能 (デフォルト)。
.TP
all
警告メッセージすべて。
.TP
no\-CATEGORY
カテゴリー別の警告表示を行いません。
.TP
none
警告メッセージをすべて表示しません。
.TP
error
警告をエラーとして扱います。
.SH 著者
Tom Tromey <tromey@redhat.com>
.IP
Alexandre Duret\-Lutz <adl@gnu.org>.
.SH バグ報告
バグ報告は <bug\-automake@gnu.org> までご連絡ください。
.br
GNU Automake ホームページ: <https://www.gnu.org/software/automake/>.
.br
GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/>
.SH 著作権
Copyright \(co 2021 Free Software Foundation, Inc. License GPLv2+: GNU GPL
version 2 or later <https://gnu.org/licenses/gpl\-2.0.html>
.br
This is free software: you are free to change and redistribute it. There is
NO WARRANTY, to the extent permitted by law.
.SH 関連項目
\fBaclocal\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBaclocal\fP
の両プログラムが適切にインストールされていれば、以下のコマンド
.IP
\fBinfo aclocal\fP
.PP
を実行して完全なマニュアルを参照できます。
|