Make the use of perl more consistent
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Mar 2016 07:27:15 +0000 (09:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 1 Apr 2016 05:24:04 +0000 (07:24 +0200)
commit5902821d81ced5e7c5db972e4b569848500940f7
tree870bfa988b1416a7f27f05b045521d98d7aa1388
parent475965f2ef8eaeb67f065a7eabd3a781da76305b
Make the use of perl more consistent

- In Configure, register the perl interpreter used to run Configure,
  so that's the one being used throughout instead of something else
  that Configure happens to find.  This is helpful for using a perl
  version that's not necessarely first in $PATH:

    /opt/perl/5.22.1/bin/perl ./Configure

- Make apps/tsget a generated file, just like apps/CA.pl, so the
  perl interpreter registered by Configure becomes the hashbang path
  instead of a hardcoded /usr/bin/perl

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl
Configure
apps/build.info
apps/tsget.in [moved from apps/tsget with 99% similarity]