mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).
[ruby-dev:22870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
957874f204
commit
19cb7ffd6c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Feb 15 01:46:05 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).
|
||||
[ruby-dev:22870]
|
||||
|
||||
Sat Feb 14 23:59:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* mkconfig.rb: use fileutils.rb instead of ftools.rb.
|
||||
|
|
|
@ -1048,7 +1048,7 @@ $configure_args["--topsrcdir"] ||= $srcdir
|
|||
Config::CONFIG["topdir"] = CONFIG["topdir"] =
|
||||
$curdir = arg_config("--curdir", Dir.pwd)
|
||||
$configure_args["--topdir"] ||= $curdir
|
||||
$ruby = arg_config("--ruby", CONFIG["ruby_install_name"])
|
||||
$ruby = arg_config("--ruby", File.join(CONFIG["bindir"], CONFIG["ruby_install_name"]))
|
||||
|
||||
split = Shellwords.method(:shellwords).to_proc
|
||||
|
||||
|
|
Loading…
Reference in a new issue