diff options
author | Richard Levitte <levitte@openssl.org> | 2018-01-29 18:19:36 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-01-29 21:56:48 +0100 |
commit | 917a1b2e069ba807417c8dffaa8f1e5214813de8 (patch) | |
tree | 0a24478270ac959f20869cf054b87010f8d2d136 /INSTALL | |
parent | Move the display of disabled features to configdata.pm as well. (diff) | |
download | openssl-917a1b2e069ba807417c8dffaa8f1e5214813de8.tar.xz openssl-917a1b2e069ba807417c8dffaa8f1e5214813de8.zip |
Document the use of configdata.pm as a script
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5185)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -625,6 +625,22 @@ precedence over environment variables that are defined when reconfiguring. + Displaying configuration data + ----------------------------- + + The configuration script itself will say very little, and finishes by + creating "configdata.pm". This perl module can be loaded by other scripts + to find all the configuration data, and it can also be used as a script to + display all sorts of configuration data in a human readable form. + + For more information, please do: + + $ ./configdata.pm --help # Unix + + or + + $ perl configdata.pm --help # Windows and VMS + Installation in Detail ---------------------- |