diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-20 10:56:03 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-20 10:56:03 +0000 |
commit | 8107df0103bd082eac252bea5ed557342f766614 (patch) | |
tree | 909bd2bee333bdd9ac96c826838879d1e06a98eb /ChangeLog | |
parent | df856da4812b9a33e2677e0269a81552e61a889a (diff) | |
download | ruby-8107df0103bd082eac252bea5ed557342f766614.tar.gz ruby-8107df0103bd082eac252bea5ed557342f766614.tar.xz ruby-8107df0103bd082eac252bea5ed557342f766614.zip |
* ext/digest/sha2/extconf.rb: fix support for cross-compiling.
* mkconfig.rb: fix support for autoconf 2.52.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Aug 20 19:53:16 2001 WATANABE Hirofumi <eban@ruby-lang.org> + + * ext/digest/sha2/extconf.rb: fix support for cross-compiling. + + * mkconfig.rb: fix support for autoconf 2.52. + Mon Aug 20 15:14:27 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (tokadd_escape): escaped backslashes too much. |