From 41fec7149da32662861a246f1109f0006cfb33d1 Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 28 Dec 2003 17:25:31 +0000 Subject: * instruby.rb: fix install directory if destdir and compile_dir are not in the same drive. * ext/extmk.rb: ditto. * win32/Makefile.sub, win32/README.win32, win32/configure.bat, win32/setup.mak: new configure scheme. use ``configure --prefix=dir'' instead of ``nmake DESTDIR=dir install''. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0a4ae45e1..68a6000ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,17 @@ Mon Dec 29 02:20:54 2003 Dave Thomas * eval.c: Add RDoc for class Proc, Method, UnboundMethod +Mon Dec 29 02:20:26 2003 NAKAMURA Usaku + + * instruby.rb: fix install directory if destdir and compile_dir are + not in the same drive. + + * ext/extmk.rb: ditto. + + * win32/Makefile.sub, win32/README.win32, win32/configure.bat, + win32/setup.mak: new configure scheme. use ``configure --prefix=dir'' + instead of ``nmake DESTDIR=dir install''. + Mon Dec 29 00:41:44 2003 Dave Thomas * math.c: Add RDoc comments -- cgit