ruby-changes:5244
From: usa <ko1@a...>
Date: Mon, 2 Jun 2008 13:07:24 +0900 (JST)
Subject: [ruby-changes:5244] Ruby:r16743 (trunk): * mkconfig.rb: hide build path from rbconfig.rb.
usa 2008-06-02 13:07:07 +0900 (Mon, 02 Jun 2008)
New Revision: 16743
Modified files:
trunk/ChangeLog
trunk/mkconfig.rb
Log:
* mkconfig.rb: hide build path from rbconfig.rb.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16743&r2=16742&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/mkconfig.rb?r1=16743&r2=16742&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 16742)
+++ ChangeLog (revision 16743)
@@ -1,3 +1,7 @@
+Mon Jun 2 13:06:38 2008 NAKAMURA Usaku <usa@r...>
+
+ * mkconfig.rb: hide build path from rbconfig.rb.
+
Mon Jun 2 08:46:52 2008 Nobuyoshi Nakada <nobu@r...>
* util.c (ruby_strtod, dtoa): initialize more variables for error
Index: mkconfig.rb
===================================================================
--- mkconfig.rb (revision 16742)
+++ mkconfig.rb (revision 16743)
@@ -75,6 +75,7 @@
next if /^\$ac_\w+$/ =~ val
next if $install_name and /^RUBY_INSTALL_NAME$/ =~ name
next if $so_name and /^RUBY_SO_NAME$/ =~ name
+ next if /^(?:X|(?:MINI|RUN)RUBY$)/ =~ name
if /^program_transform_name$/ =~ name and /^s(\\?.)(.*)\1$/ =~ val
next if $install_name
sep = %r"#{Regexp.quote($1)}"
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/