perl: Separate compile-time environment from runtime environment
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 29db22ea75003217f971c94acdd1d1714b3b0016..0f246060fa7cb3d43eef42fd100bb1195fecd4ff 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                 variable can be set to the directory where these files are held.
 
  PERL
-                The name of the Perl executable to use.
+                The name of the Perl executable to use when building OpenSSL.
+
+ HASHBANGPERL
+                The command string for the Perl executable to insert in the
+                #! line of perl scripts that will be publically installed.
+                Default: /usr/bin/env perl
+                Note: the value of this variable is added to the same scripts
+                on all platforms, but it's only relevant on Unix-like platforms.
 
  RC
                 The name of the rc executable to use. The default will be as