mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6aafca91db
commit
db9e8351f3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 16 11:18:30 2009 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable
|
||||
name.
|
||||
|
||||
Wed Dec 16 00:53:14 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/find.rb (Find.find): rescue more exceptions which is possible to
|
||||
|
|
|
@ -2029,7 +2029,7 @@ if test "$prefix" = NONE; then
|
|||
fi
|
||||
|
||||
if test x"$cross_compiling" = xyes; then
|
||||
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-ruby} -I`pwd` "-r'$(arch)-fake'
|
||||
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`pwd` "-r'$(arch)-fake'
|
||||
PREP='$(arch)-fake.rb'
|
||||
RUNRUBY='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
|
||||
XRUBY='$(MINIRUBY)'
|
||||
|
|
Loading…
Reference in a new issue