* 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:
nobu 2003-07-28 14:29:35 +00:00
parent a644c35a99
commit 0d95887b86

View File

@ -24,7 +24,7 @@ BEGIN {
CONFIG['top_srcdir'] = File.expand_path($srcdir || ".")
CONFIG['RUBY_INSTALL_NAME'] = $install_name if $install_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] || $&}