diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-10 03:31:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-10 03:31:55 +0000 |
commit | 600e26720e2f505dece5fc96f36ab51580a67f8c (patch) | |
tree | 61eab1b5856e408f25f3d4f1977c68dd242d89c6 | |
parent | 8c52b58b76e0bb5e7e56859f3fd96077941d7ce2 (diff) | |
download | ruby-600e26720e2f505dece5fc96f36ab51580a67f8c.tar.gz ruby-600e26720e2f505dece5fc96f36ab51580a67f8c.tar.xz ruby-600e26720e2f505dece5fc96f36ab51580a67f8c.zip |
* README.EXT (Example): extconf.rb is indispensable now.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README.EXT | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Wed Nov 10 12:31:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * README.EXT (Example): extconf.rb is indispensable now. + Wed Nov 10 03:33:36 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x diff --git a/README.EXT b/README.EXT index d832d1e0a..e5c420383 100644 --- a/README.EXT +++ b/README.EXT @@ -595,8 +595,7 @@ are not exported to the Ruby world. You need to protect them by (4) prepare extconf.rb If the file named extconf.rb exists, it will be executed to generate -Makefile. If not, the compilation scheme will try to generate Makefile -anyway. +Makefile. extconf.rb is the file for check compilation conditions etc. You need to put |