diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-03 01:47:03 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-03 01:47:03 +0000 |
| commit | 9d0df0134ce42e1c5d1e7d731eb8bc49d9c38d11 (patch) | |
| tree | 8926caadda39438fbbf084493de34f9d12c61a10 | |
| parent | e7b79aaa65e9bd4cdd41a6685e6aa0270d83ac75 (diff) | |
2000-07-03
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 3 | ||||
| -rw-r--r-- | version.h | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,7 @@ +Mon Jul 3 10:27:28 2000 WATANABE Hirofumi <eban@os.rim.or.jp> + + * configure.in: use AC_CANONICAL_SYSTEM. + Sun Jul 2 21:17:37 2000 WATANABE Hirofumi <eban@os.rim.or.jp> * configure.in: support without --enable-shared for cygwin/mingw32. diff --git a/configure.in b/configure.in index db2a68124..e3ca97932 100644 --- a/configure.in +++ b/configure.in @@ -25,8 +25,7 @@ then (it is also a good idea to do 'make clean' before compiling)) fi -AC_CANONICAL_HOST -AC_CANONICAL_TARGET +AC_CANONICAL_SYSTEM dnl checks for fat-binary fat_binary=no @@ -1,4 +1,4 @@ #define RUBY_VERSION "1.5.4" -#define RUBY_RELEASE_DATE "2000-07-02" +#define RUBY_RELEASE_DATE "2000-07-03" #define RUBY_VERSION_CODE 154 -#define RUBY_RELEASE_CODE 20000702 +#define RUBY_RELEASE_CODE 20000703 |
