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/trunk@1520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a5c0e5a382
commit
c88531e4b9
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.
|
||||
|
||||
Sat Jun 9 16:31:03 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't
|
||||
|
|
|
@ -25,8 +25,11 @@ then
|
|||
(it is also a good idea to do 'make clean' before compiling))
|
||||
fi
|
||||
|
||||
AC_DEFUN(RUBY_CANONICAL_BUILD, [AC_REQUIRE([AC_CANONICAL_BUILD])])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
RUBY_CANONICAL_BUILD
|
||||
|
||||
dnl checks for fat-binary
|
||||
fat_binary=no
|
||||
|
|
Loading…
Add table
Reference in a new issue