[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Ruby: _Buildsystem_ changes ok to merge to trunk, I think - go ahead?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-20 16:03:25 CET

I believe the ruby _buildsystem_ changes are now ok to merge to trunk.

If anyone else would like to cast their eyes over the changes, that would be
great.

I'm attaching a patch, since the diff takes absolutely ages to generate.

A question for Kouhei Sutou:

What should we do about this?

+ AC_CACHE_CHECK([how to compile Ruby extensions],
[svn_cv_ruby_compile],[
+ # XXX: This apparent temporary kludge needs to be resolved
+ # I assume we *should* be using CFLAGS from Ruby
+ svn_cv_ruby_compile="`$RUBY -rrbconfig -e 'print
Config::CONFIG.fetch(%q(CC))'` -g \$(SWIG_RB_INCLUDES)"
+ # svn_cv_ruby_compile="`$RUBY -rrbconfig -e 'print
Config::CONFIG.fetch(%q(CC)), %q( ), Config::CONFIG.fetch(%q(CFLAGS))'`
\$(SWIG_RB_INCLUDES)"
+ ])

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Mar 20 16:04:52 2005

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.