autoconf
[Top][All Lists]
Advanced

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

Checking for scripting languages.


From: Tommy Nordgren
Subject: Checking for scripting languages.
Date: Tue, 28 Apr 2009 22:16:38 +0200

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

Any Ideas on how to test && generate the output using autoconf?
-------------------------------------
This sig is dedicated to the advancement of Nuclear Power
Tommy Nordgren
address@hidden








reply via email to

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