* 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
@ -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>
|
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
|
* 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))
|
(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…
x
Reference in New Issue
Block a user