summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-10 03:31:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-10 03:31:55 +0000
commitdd65b46d652d21325e9f09b1283d56303b992e8f (patch)
treebb3a0b441419e6fcc714ecdb80f0646145bffc14 /README.EXT
parent3ab761e3d3b9eeab144d558d2a0a591115e1b854 (diff)
* README.EXT (Example): extconf.rb is indispensable now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.EXT b/README.EXT
index d832d1e0af..e5c4203832 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