Document the use of configdata.pm as a script
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 006f72d1d2145d59c217cf37fdcb384b39c71347..f8702e44a36607201454aa781f0e08f93e3ded3d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    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
  ----------------------