summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-15 12:33:28 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-15 12:33:28 +0000
commit6bc480e059b0b9a6a24dceaa96e2d0717cceca51 (patch)
tree252f1fade90b0fc2e4ba35e0965f44f19299df1c /mkconfig.rb
parenta6efdc47f9aa169894739f152ae37bdd6600fe6f (diff)
* configure.in (--with-ruby-version): Add a new option to specify
the ruby version string for version specific directories. [ruby-dev:35490] * mkconfig.rb: Definition of ruby_version is now determined by the configure script. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rwxr-xr-xmkconfig.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 589c6310a9..29ac54c725 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -140,7 +140,6 @@ end
print(*v_fast)
print(*v_others)
print <<EOS
- CONFIG["ruby_version"] = "$(MAJOR).$(MINOR).$(TEENY)"
CONFIG["rubylibdir"] = "$(libdir)/ruby/$(ruby_version)"
CONFIG["archdir"] = "$(rubylibdir)/$(arch)"
CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)"