summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-10 18:37:52 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-10 18:37:52 +0000
commit2d52b2eea17fda3b22afc6e5411dba933456091f (patch)
treef5ba5e79d379f38e0c2f6b7a4d1dabe761dbf4aa
parentebe0be8c1e7d609b8eec53669fcc7805b99c9cab (diff)
downloadruby-2d52b2eea17fda3b22afc6e5411dba933456091f.tar.gz
ruby-2d52b2eea17fda3b22afc6e5411dba933456091f.tar.xz
ruby-2d52b2eea17fda3b22afc6e5411dba933456091f.zip
* Remove the description of find_header() because such a function does
not actually exist. * Update the description of dir_config(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--README.EXT.jp19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.EXT.jp b/README.EXT.jp
index 0db954818..07a9e8b39 100644
--- a/README.EXT.jp
+++ b/README.EXT.jp
@@ -1160,11 +1160,6 @@ have_header(header)
ヘッダファイルの存在をチェックする.ヘッダファイルが存在す
る時trueを返す.
-find_header(header)
-
- ヘッダファイルの存在を -Ipath を追加しながらチェックする.
- ヘッダファイルが見付かった時trueを返す.
-
create_makefile(target)
拡張ライブラリ用のMakefileを生成する.この関数を呼ばなけれ
@@ -1173,13 +1168,17 @@ create_makefile(target)
with_config(withval[, default=nil])
- --with-<withval>で指定されたオプション値を得る.
+ コマンドライン上の--with-<withval>で指定されたオプション値を得る.
-dir_config(target)
+dir_config(target[, default_dir])
+dir_config(target[, default_include, default_lib])
- --with-<target>-dir, --with-<target>-include, --with-<target>-lib
- のいずれかで指定されるディレクトリを $CFLAGS や $LDFLAGS
- に追加する.
+ コマンドライン上の--with-<target>-dir, --with-<target>-include,
+ --with-<target>-libのいずれかで指定されるディレクトリを
+ $CFLAGS や $LDFLAGS に追加する.--with-<target>-dir=/pathは
+ --with-<target>-include=/path/include --with-<target>-lib=/path/lib
+ と等価である.追加された include ディレクトリと lib ディレクトリの
+ 配列を返す. ([include_dir, lib_dir])
/*
* Local variables: