File: autoheader.1

package info (click to toggle)
manpages-ja 0.5.0.0.20221215%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 29,304 kB
  • sloc: perl: 161; makefile: 61
file content (108 lines) | stat: -rw-r--r-- 3,797 bytes parent folder | download
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.17.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" To be translated 2022-05-28 ribbon <ribbon@users.osdn.me>
.\"
.TH AUTOHEADER 1 2021年1月 "GNU Autoconf 2.71" ユーザーコマンド
.SH 名前
autoheader \- configure 向けのテンプレートヘッダーファイルを生成
.SH 書式
\fBautoheader\fP [\fI\,OPTION\/\fP]... [\fI\,TEMPLATE\-FILE\/\fP]
.SH 説明
\&'configure' が利用する C 言語の '#define' 文によるテンプレートファイルを生成します。処理実現のために
TEMPLATE\-FILE や 'configure.ac' があればそれを読み込みます。そうでなければ 'configure.in' を読み込みます。
.TP 
\fB\-h\fP, \fB\-\-help\fP
このヘルプを表示して終了します。
.TP 
\fB\-V\fP, \fB\-\-version\fP
バージョン番号を表示して終了します。
.TP 
\fB\-v\fP, \fB\-\-verbose\fP
詳細な報告を出力します。
.TP 
\fB\-d\fP, \fB\-\-debug\fP
一時ファイルを削除しません。
.TP 
\fB\-f\fP, \fB\-\-force\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
警告をエラーとして扱います。
.SS ライブラリディレクトリ:
.TP 
\fB\-B\fP, \fB\-\-prepend\-include\fP=\fI\,DIR\/\fP
検索パスを DIR とします。
.TP 
\fB\-I\fP, \fB\-\-include\fP=\fI\,DIR\/\fP
検索パスに DIR を追加します。
.SH 著者
Roland McGrath, Akim Demaille
.SH バグ報告
バグ報告は <bug\-autoconf@gnu.org> までご連絡ください。
.br
GNU Autoconf ホームページ: <https://www.gnu.org/software/autoconf/>
.br
GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/>
.SH 著作権
Copyright \(co 2021 Free Software Foundation, Inc.  License GPLv3+/Autoconf:
GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>,
<https://gnu.org/licenses/exceptions.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 関連項目
\fBautoconf\fP(1), \fBautomake\fP(1), \fBautoreconf\fP(1), \fBautoupdate\fP(1),
\fBautoheader\fP(1), \fBautoscan\fP(1), \fBconfig.guess\fP(1), \fBconfig.sub\fP(1),
\fBifnames\fP(1), \fBlibtool\fP(1).
.PP
\fBautoheader\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と
\fBautoheader\fP の両プログラムが適切にインストールされていれば、以下のコマンド
.IP
\fBinfo autoheader\fP
.PP
を実行して完全なマニュアルを参照できます。