aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 11:20:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 11:20:50 +0000
commitbdce0db7b5ed04abe4fa5a76f98b37712ff47e2e (patch)
treef9ab146a3ed8ff53c4ed0cc051bf8f642d2968db /ChangeLog
parent2f9ecb628b3bf29c3c1ae74701ba267a8e6036be (diff)
downloadruby-bdce0db7b5ed04abe4fa5a76f98b37712ff47e2e.tar.gz
* configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e995a7f76e..1ff2f28acd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
-Sat Dec 15 18:56:57 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Dec 15 20:20:48 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (enc/Makefile): add external encoding objects list.
* common.mk (BUILTIN_ENCOBJS): renamed from ENCOBJS.
+ * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.
+
* Makefile.in (BUILTIN_ENCOBJS): substitued by autoconf.
* enc/Makefile.in: new file to compile external encoding sources.