aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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