* ext/configsub.rb: $defout is obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a644c35a99
commit
0d95887b86
@ -24,7 +24,7 @@ BEGIN {
|
|||||||
CONFIG['top_srcdir'] = File.expand_path($srcdir || ".")
|
CONFIG['top_srcdir'] = File.expand_path($srcdir || ".")
|
||||||
CONFIG['RUBY_INSTALL_NAME'] = $install_name if $install_name
|
CONFIG['RUBY_INSTALL_NAME'] = $install_name if $install_name
|
||||||
CONFIG['RUBY_SO_NAME'] = $so_name if $so_name
|
CONFIG['RUBY_SO_NAME'] = $so_name if $so_name
|
||||||
$defout = open($output, 'w') if $output
|
$stdout = open($output, 'w') if $output
|
||||||
}
|
}
|
||||||
|
|
||||||
gsub!(/@(\w+)@/) {CONFIG[$1] || $&}
|
gsub!(/@(\w+)@/) {CONFIG[$1] || $&}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user