From e5269940f34f3df68ddcc0d8b97b37c0006cb746 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Jan 2009 05:56:01 +0000 Subject: * lib/mkmf.rb (mkintpath): new function which converts native path to format acceptable in Makefile. * lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir. a patch by Alexey Borzenkov at [ruby-core:21448]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90062e675..e82d2deb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Fri Jan 23 14:36:06 2009 Nobuyoshi Nakada +Fri Jan 23 14:57:18 2009 Nobuyoshi Nakada + + * lib/mkmf.rb (mkintpath): new function which converts native path + to format acceptable in Makefile. + + * lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir. + a patch by Alexey Borzenkov at + [ruby-core:21448]. * lib/mkmf.rb (try_func): got rid of c-mode confusion. -- cgit