Re: Checking for scripting languages.

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux