Ruby 2.0 support
From: James McCoy <jamessan_at_debian.org>
Date: Mon, 31 Mar 2014 22:38:49 -0400
Ruby 2.0 has a few new RbConfig variables, {ruby,vendor,site}archhdrdir.
The attached patch adapts configure.ac to recognize ruby2.0/rdoc2.0 and
There's some additional work that may be needed in
$ ruby1.9.1 -rrbconfig -e 'puts RbConfig::CONFIG["sitearchdir"]'
$ ruby1.9.1 -rrbconfig -e 'puts RbConfig::CONFIG["sitedir"]'
$ ruby2.0 -rrbconfig -e 'puts RbConfig::CONFIG["sitearchdir"]'
$ ruby2.0 -rrbconfig -e 'puts RbConfig::CONFIG["sitedir"]'
Cheers,
-- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan_at_debian.org>
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.