R-beta: $PERL in configure

Gordon Maclean maclean at stout.atd.ucar.edu
Tue Feb 10 18:52:44 CET 1998


One minor request, on the subject of installation scripts.
Could you change "configure" to use the value of $PERL,
when it checks for the version number?  

  PERL_VERSION_NUMBER=`$PERL -v | sed -n 's/^.*perl.*version \(.\).*/\1/p'
  
rather than:

  PERL_VERSION_NUMBER=`perl -v | sed -n 's/^.*perl.*version \(.\).*/\1/p'`


On our systems, plain perl is version 4, and we must set PERL to "perl5"
in config.site. Then the above version check fails to detect version 5.

I believe that the value of $PERL is otherwise propagated to the build scripts.

Thanks,

Gordon



 
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list