1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2007-08-16 12:16:14 +00:00
parent c710449a85
commit 48442d46b3
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Aug 16 21:14:06 2007 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]
Thu Aug 16 19:18:26 2007 Tanaka Akira <akr@fsij.org>
* test/ruby/sentence.rb: Sentence class implemented

View file

@ -20,6 +20,7 @@ AC_ARG_WITH(baseruby,
])
test "`$BASERUBY -e 'p 42' 2>/dev/null`" = 42 ||
AC_MSG_ERROR([executable host ruby is required. use --with-baseruby option.])
AC_SUBST(BASERUBY)
AC_DEFUN([RUBY_MINGW32],
[case "$host_os" in