mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
show BASERUBY version at configure.
This commit is contained in:
parent
a236eaa762
commit
9e07dfd253
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ AC_ARG_VAR([cxxflags], [additional CXXFLAGS (ignored when CXXFLAGS is given)])
|
|||
|
||||
: "environment section" && {
|
||||
HAVE_BASERUBY=yes
|
||||
BASERUBY_VERSION=
|
||||
AC_ARG_WITH(baseruby,
|
||||
AS_HELP_STRING([--with-baseruby=RUBY], [use RUBY as baseruby; RUBY is the pathname of ruby]),
|
||||
[AS_CASE(["$withval"],
|
||||
|
@ -34,6 +35,7 @@ AC_ARG_WITH(baseruby,
|
|||
AS_IF([test "$HAVE_BASERUBY" = yes -a "`RUBYOPT=- $BASERUBY -e 'print 42' 2>/dev/null`" = 42], [
|
||||
AS_IF([test "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42' 2>/dev/null`" = 42], [
|
||||
BASERUBY="$BASERUBY --disable=gems"
|
||||
BASERUBY_VERSION=`$BASERUBY -v`
|
||||
])
|
||||
$BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&AS_MESSAGE_FD
|
||||
], [
|
||||
|
@ -4063,6 +4065,7 @@ config_summary "JIT support" "$MJIT_SUPPORT"
|
|||
config_summary "man page type" "$MANTYPE"
|
||||
config_summary "search path" "$search_path"
|
||||
config_summary "static-linked-ext" ${EXTSTATIC:+"yes"}
|
||||
config_summary "BASERUBY -v" "$BASERUBY_VERSION"
|
||||
echo ""
|
||||
echo "---"
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue