ruby-changes:35959
From: nobu <ko1@a...>
Date: Mon, 20 Oct 2014 12:42:44 +0900 (JST)
Subject: [ruby-changes:35959] nobu:r48040 (trunk): configure.in: downloader needs BASERUBY
nobu 2014-10-20 12:42:38 +0900 (Mon, 20 Oct 2014) New Revision: 48040 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48040 Log: configure.in: downloader needs BASERUBY * configure.in: try downloader only if BASERUBY is working. use tarballs to build without BASERUBY. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 48039) +++ configure.in (revision 48040) @@ -45,13 +45,12 @@ if test "`RUBYOPT=- $BASERUBY -e 'p 42' https://github.com/ruby/ruby/blob/trunk/configure.in#L45 if test "`RUBYOPT=- $BASERUBY --disable=gems -e 'p 42' 2>/dev/null`" = 42; then BASERUBY="$BASERUBY --disable=gems" fi + $BASERUBY -C "$srcdir/tool" downloader.rb -e gnu config.guess config.sub else BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false" fi AC_SUBST(BASERUBY) -$BASERUBY -C "$srcdir/tool" downloader.rb -e gnu config.guess config.sub - AC_DEFUN([RUBY_MINGW32], [AS_CASE(["$host_os"], [cygwin*], [ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/