From 6cd533926f8cfa75029b2a78f78fc54049e9c642 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 May 2009 00:03:31 +0000 Subject: * configure.in (ruby_version): now version.h includes include/ruby/version.h, so need to tell to cpp to see $(srcdir)/include. [ruby-core:23468] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7747855f..cf7b75f34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat May 16 09:03:29 2009 Nobuyoshi Nakada + + * configure.in (ruby_version): now version.h includes + include/ruby/version.h, so need to tell to cpp to see + $(srcdir)/include. [ruby-core:23468] + Fri May 15 17:35:33 2009 Nobuyoshi Nakada * array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements. -- cgit