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

Re: svn commit: r1132376 - /subversion/trunk/configure.ac

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 5 Jun 2011 17:57:26 +0300

Stefan Sperling wrote on Sun, Jun 05, 2011 at 16:21:53 +0200:
> On Sun, Jun 05, 2011 at 04:03:34PM +0300, Daniel Shahaf wrote:
> > stsp_at_apache.org wrote on Sun, Jun 05, 2011 at 12:11:02 -0000:
> > > -AC_PATH_PROGS(RUBY, ruby1.8 ruby18 ruby, none)
> > > +AC_PATH_PROGS(RUBY, $RUBY ruby, none)
> >
> > Could you re-add ruby1.8? I added it because in some environment I had
> > no 'ruby' binary but did have a 'ruby1.8' binary...
>
> And 'env RUBY=ruby1.8 ./configure' is not good enough?
> Some people have ruby18, or ruby1.9, or ruby19, or in the future
> maybe even ruby2020 or whatever. Why special-case one of these
> in the configure script?

I didn't suggest special-casing them: if the bindings are compatible
with 1.9, we could use

AC_PATH_PROGS(RUBY, $RUBY ruby ruby1.9 ruby1.8, none)
Received on 2011-06-05 16:58:14 CEST

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.