mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: support text-mount on Cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
279385a002
commit
eeba4b02e8
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ Wed Jul 9 15:38:28 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||
|
||||
* instruby.rb: do not install shared libraries as man pages.
|
||||
|
||||
* mkconfig.rb: support text-mount on Cygwin.
|
||||
|
||||
Wed Jul 09 11:09:57 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* re.c (match_entry): add prototype to avoid VC++ warnings.
|
||||
|
|
|
@ -48,7 +48,7 @@ File.foreach "config.status" do |line|
|
|||
end
|
||||
has_version = true if name == "MAJOR"
|
||||
elsif /^(?:ac_given_)?srcdir=(.*)/ =~ line
|
||||
srcdir = $1
|
||||
srcdir = $1.strip
|
||||
elsif /^ac_given_INSTALL=(.*)/ =~ line
|
||||
v_fast << " CONFIG[\"INSTALL\"] = " + $1 + "\n"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue