mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* confgure.in: add RUBY_CANONICAL_BUILD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb1a35100d
commit
528c61b5b7
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jun 11 14:29:41 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* confgure.in: add RUBY_CANONICAL_BUILD.
|
||||||
|
|
||||||
Wed Jun 6 16:11:06 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Wed Jun 6 16:11:06 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* eval.c (rb_load): should check if tainted even when wrap is
|
* eval.c (rb_load): should check if tainted even when wrap is
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,11 @@ then
|
||||||
(it is also a good idea to do 'make clean' before compiling))
|
(it is also a good idea to do 'make clean' before compiling))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_DEFUN(RUBY_CANONICAL_BUILD, [AC_REQUIRE([AC_CANONICAL_BUILD])])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
RUBY_CANONICAL_BUILD
|
||||||
|
|
||||||
dnl checks for fat-binary
|
dnl checks for fat-binary
|
||||||
fat_binary=no
|
fat_binary=no
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue