aboutsummaryrefslogtreecommitdiffstats
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
commit7c4044501a7a7878d60b94361d364dc042d3d603 (patch)
tree8926caadda39438fbbf084493de34f9d12c61a10
parent4e4b377a8e8573961709002421d91afd37e3a9e0 (diff)
downloadruby-7c4044501a7a7878d60b94361d364dc042d3d603.tar.gz
2000-07-03
git-svn-id: svn+ssh://ci.ruby-lang.org/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 752e5e27ac..c6ccebf82d 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 db2a68124d..e3ca97932e 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 50c0c6eac8..8874236808 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