summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-22 03:30:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-22 03:30:59 +0000
commitcc703f2d5673a2fe24f7684a19dd993178ff23df (patch)
tree75bd8f4e0ba365ed41eec3c6afb18a01122e14bb /ChangeLog
parent0563ae8608a84dbd26b6cedcbfd44ed30b420eba (diff)
* configure.in: fix for older autoconf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a2ec89dbd..693b2b60b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 22 12:30:52 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in: fix for older autoconf.
+
Thu Jul 22 12:02:31 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/{intern,io}.h: add missing prototypes.