[cairo-commit] rcairo ChangeLog,1.217,1.218 extconf.rb,1.15,1.16

Kouhei Sutou commit at pdx.freedesktop.org
Thu Apr 3 22:36:53 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv25318

Modified Files:
	ChangeLog extconf.rb 
Log Message:
* extconf.rb: add the same directory of extconf.rb to load path.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- ChangeLog	4 Apr 2008 04:32:11 -0000	1.217
+++ ChangeLog	4 Apr 2008 05:40:53 -0000	1.218
@@ -1,5 +1,7 @@
 2008-04-04  Kouhei Sutou  <kou at cozmixng.org>
 
+	* extconf.rb: add the same directory of extconf.rb to load path.
+
 	* extconf.rb: fix IMPLIB path.
 
 	* src/rb_cairo_constants.c: define dummy

Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- extconf.rb	4 Apr 2008 04:43:38 -0000	1.15
+++ extconf.rb	4 Apr 2008 05:40:58 -0000	1.16
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 # vim: filetype=ruby:expandtab:shiftwidth=2:tabstop=8:softtabstop=2 :
 
-$LOAD_PATH.unshift(".")
+$LOAD_PATH.unshift(File.dirname(__FILE__))
 
 require 'English'
 require 'mkmf'



More information about the cairo-commit mailing list