summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-03 01:47:03 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-03 01:47:03 +0000
commit9d0df0134ce42e1c5d1e7d731eb8bc49d9c38d11 (patch)
tree8926caadda39438fbbf084493de34f9d12c61a10
parente7b79aaa65e9bd4cdd41a6685e6aa0270d83ac75 (diff)
2000-07-03
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
-rw-r--r--version.h4
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 752e5e27a..c6ccebf82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/version.h b/version.h
index 50c0c6eac..887423680 100644
--- a/version.h
+++ b/version.h
@@ -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