diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 04:07:07 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 04:07:07 +0000 |
| commit | f2a9508e71fd6bcf61c7c08e472c5c504a3a7dfd (patch) | |
| tree | 0e44c861b5db1bf4531235af64cf60f4a5fff3a3 /mkconfig.rb | |
| parent | deea91d3c8fb0a13a23d3341fe53edd0faa134f9 (diff) | |
| download | ruby-f2a9508e71fd6bcf61c7c08e472c5c504a3a7dfd.tar.gz ruby-f2a9508e71fd6bcf61c7c08e472c5c504a3a7dfd.tar.xz ruby-f2a9508e71fd6bcf61c7c08e472c5c504a3a7dfd.zip | |
* mkconfig.rb: hide build path from rbconfig.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
| -rwxr-xr-x | mkconfig.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig.rb b/mkconfig.rb index 6a2eb6404..589c6310a 100755 --- a/mkconfig.rb +++ b/mkconfig.rb @@ -75,6 +75,7 @@ File.foreach "config.status" do |line| 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)}" |
