summaryrefslogtreecommitdiffstats
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
commit5a178500e063d185fd5f9ba6098b38703ff31d40 (patch)
tree252f1fade90b0fc2e4ba35e0965f44f19299df1c /mkconfig.rb
parent67c59e940a8f30d44043e6ce8e8540391542410d (diff)
downloadruby-5a178500e063d185fd5f9ba6098b38703ff31d40.tar.gz
ruby-5a178500e063d185fd5f9ba6098b38703ff31d40.tar.xz
ruby-5a178500e063d185fd5f9ba6098b38703ff31d40.zip
* 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: http://svn.ruby-lang.org/repos/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 589c6310a..29ac54c72 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)"