OSDN Git Service

LaTex用に更新.
[omake-japanese/omake_trans.git] / autoconf.rst
index be779f8..67a7f16 100644 (file)
@@ -5,7 +5,7 @@
    single: configure
 .. _label14:
 
-14. 自動設定用の変数と関数
+自動設定用の変数と関数
 ========================================
 .. OMake standard library provides a number of functions and variables intended to help one write build specifications that need to be capable of autoconfiguring itself to adjust to different build environments.
 
@@ -15,7 +15,7 @@ OMakeの標準ライブラリでは、異なったビルド環境下でのビル
    single: static.
 .. _label14.1:
 
-14.1 汎用的な自動設定関数
+汎用的な自動設定関数
 ----------------------------------
 .. The following general-purpose functions can be used to discover the properties of your build environment in a fashion similar to the one used by GNU autoconf tool you may be familiar with. It is recommended that these function be used from an appropriate static. block (see Section 4.14 for more information).
 
@@ -32,7 +32,7 @@ OMakeの標準ライブラリでは、異なったビルド環境下でのビル
    single: ConfMsgResult()
 .. _label14.1.1:
 
-14.1.1 ConfMsgChecking, ConfMsgResult
+ConfMsgChecking, ConfMsgResult
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -60,7 +60,7 @@ OMakeの標準ライブラリでは、異なったビルド環境下でのビル
    single: ConfMsgError()
 .. _label14.1.2:
 
-14.1.2 ConfMsgWarn, ConfMsgError
+ConfMsgWarn, ConfMsgError
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -76,7 +76,7 @@ OMakeの標準ライブラリでは、異なったビルド環境下でのビル
    single: ConfMsgFound()
 .. _label14.1.3:
 
-14.1.3 ConfMsgYesNo, ConfMsgFound
+ConfMsgYesNo, ConfMsgFound
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -97,7 +97,7 @@ OMakeの標準ライブラリでは、異なったビルド環境下でのビル
    single: TryRunC()
 .. _label14.1.4:
 
-14.1.4 TryCompileC, TryLinkC, TryRunC
+TryCompileC, TryLinkC, TryRunC
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -121,7 +121,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
    single: RunCProg()
 .. _label14.1.5:
 
-14.1.5 RunCProg
+RunCProg
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -139,7 +139,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
    single: VerboseCheckCHeader()
 .. _label14.1.6:
 
-14.1.6 CheckCHeader, VerboseCheckCHeader
+CheckCHeader, VerboseCheckCHeader
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -164,7 +164,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
    single: VerboseCheckCLib()
 .. _label14.1.7:
 
-14.1.7 CheckCLib, VerboseCheckCLib
+CheckCLib, VerboseCheckCLib
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -188,7 +188,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
    single: CheckProg()
 .. _label14.1.8:
 
-14.1.8 CheckProg
+CheckProg
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -208,7 +208,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
    single: AC_TRY_RUN
 .. _label14.2:
 
-14.2 ``autoconf`` スクリプトをOMake用に翻訳する
+``autoconf`` スクリプトをOMake用に翻訳する
 --------------------------------------------------
 .. Some of the functions described above are very similar to the ones present in autoconf. Below is a brief translation table for such functions. 
 
@@ -232,7 +232,7 @@ Cプログラムの *コード* を引数として渡します。 ``TryCompileC`
 
 .. _label14.3:
 
-14.3 事前に用意された設定テスト
+事前に用意された設定テスト
 ------------------------------------------
 .. A number of configuration tests are already included in the standard library. In order to use them in your project, simply open (see Section 4.7) the corresponding build file in your OMakefile and the tests will run the first time OMake is executed. Note that it is not a problem to open these files from more than one place in your project — if you do that, the test will still run only once. 
 
@@ -245,7 +245,7 @@ OMakeでは数多くの設定テスト(configuration tests)が標準ライブラ
    single: NCURSES_CLIBS
 .. _label14.3.1:
 
-14.3.1 NCursesライブラリの設定
+NCursesライブラリの設定
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Add open configure/ncurses line to your OMakefile to get access to the following autoconfiguration variables. 
 
@@ -282,7 +282,7 @@ OMakeでは数多くの設定テスト(configuration tests)が標準ライブラ
    single: READLINE_CLIBS
 .. _label14.3.2:
 
-14.3.2 ReadLineライブラリの設定
+ReadLineライブラリの設定
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Add open configure/readline line to your OMakefile to get access to the following autoconfiguration variables. 
 
@@ -316,7 +316,7 @@ OMakeでは数多くの設定テスト(configuration tests)が標準ライブラ
    single: SNPRINTF_AVAILABLE
 .. _label14.3.3:
 
-14.3.3 Snprintfの設定
+Snprintfの設定
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Add open configure/snprintf line to your OMakefile to get access to the following autoconfiguration variables.