2000-07-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ede506ef40
commit
7c2039d046
@ -2,6 +2,8 @@ Mon Jul 3 16:47:22 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
|||||||
|
|
||||||
* cygwin/GNUmakefile: librubys.a -> lib$(RUBY_INSTALL_NAME)s.a
|
* cygwin/GNUmakefile: librubys.a -> lib$(RUBY_INSTALL_NAME)s.a
|
||||||
|
|
||||||
|
* configure.in: use AC_CANONICAL_{TARGET,HOST,BUILD}.
|
||||||
|
|
||||||
Mon Jul 3 13:15:02 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
|
Mon Jul 3 13:15:02 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
* numeric.c (fix_divmod): x * d + m = y where d, m = x.divmod(y).
|
* numeric.c (fix_divmod): x * d + m = y where d, m = x.divmod(y).
|
||||||
|
@ -25,7 +25,9 @@ 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_CANONICAL_SYSTEM
|
AC_CANONICAL_TARGET
|
||||||
|
AC_CANONICAL_HOST
|
||||||
|
AC_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