perl: Separate compile-time environment from runtime environment
authorRichard Levitte <levitte@openssl.org>
Sat, 2 Jul 2016 14:39:15 +0000 (16:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Jul 2016 13:40:31 +0000 (15:40 +0200)
commitd513369bfa03e92c3289109560da4062b1d3625d
treee108558e303c7ef257595d70be396f9949b0d934
parent9d6daf99c286d260e50278f63ddb7d164462256e
perl: Separate compile-time environment from runtime environment

Make it possible to have a separate and different perl command string
for installable scripts than we use when building, with the
environment variable HASHBANGPERL.  Its value default to the same as
the environment PERL if it's defined, otherwise '/usr/bin/env perl'.

Note: this is only relevant for Unix-like environments.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Configure
INSTALL
apps/CA.pl.in
apps/tsget.in
tools/c_rehash.in