summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 03:44:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 03:44:01 +0000
commit12811c59325c57c69ec770d2357fdcfff9763164 (patch)
treed881fb52d626f8c1e7c5a1061996e4ca0f37973b /ChangeLog
parentcb5eb54da7986c2370c5d97c746e1247b54956e7 (diff)
* configure.in: remove PACKAGE_* macros generated by autotools.
[ruby-core:20938] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7155a7da6f..261f561a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 23 12:43:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in: remove PACKAGE_* macros generated by autotools.
+ [ruby-core:20938]
+
Tue Jun 23 01:17:38 2009 Tanaka Akira <akr@fsij.org>
* ruby.c (process_options): don't specify .so for encdb here.