1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-03-25 10:37:30 +00:00
parent b2939b378e
commit 60f0ff3223
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon Mar 25 19:30:25 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in (arg_config): get rid of single quotes
for autoconf 2.53.
Mon Mar 25 13:24:20 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be

View file

@ -298,6 +298,7 @@ def arg_config(config, default=nil)
args << " " << ENV["CONFIGURE_ARGS"]
end
for arg in args.split
arg.gsub! /^'|'$/, ''
next unless /^--/ =~ arg
if /=/ =~ arg
$configure_args[$`] = $'