autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking for scripting languages.


From: William Pursell
Subject: Re: Checking for scripting languages.
Date: Wed, 29 Apr 2009 02:58:09 +0100
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Tommy Nordgren wrote:
> I  need to check for scripting languages (ruby, perl , python 2.x ,
> python 3.0) and generating a script file
> depending on what's available.
> I do this in the following way
> if ruby is available:
> cp collect.rb collect && chmod +x collect
> if perl is available:
> cp collect.rb collect && chmod +x collect

You probably want $srcdir/collect.rb.  (Sorry,
that doesn't answer your question, but your
current setup won't allow a VPATH build.)

-- 
William Pursell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]