mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: use real path
* configure.in (MINIRUBY): use real path for include path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1fcc1762ad
commit
50f3d3feb5
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Thu Aug 9 23:46:42 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Thu Aug 9 23:46:47 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (MINIRUBY): use real path for include path.
|
||||
|
||||
* template/fake.rb.in (builddir): remove duplications
|
||||
|
||||
|
|
|
@ -2479,7 +2479,7 @@ fi
|
|||
|
||||
BTESTRUBY='$(MINIRUBY)'
|
||||
if test x"$cross_compiling" = xyes; then
|
||||
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`pwd` "-r'$(arch)-fake'
|
||||
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`$CHDIR .; pwd` "-r'$(arch)-fake'
|
||||
XRUBY_LIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["libdir"]']`
|
||||
XRUBY_RUBYLIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubylibdir"]']`
|
||||
XRUBY_RUBYHDRDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubyhdrdir"]']`
|
||||
|
|
Loading…
Reference in a new issue