summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-25 01:49:07 +0000
committerBodo Möller <bodo@openssl.org>2000-03-25 01:49:07 +0000
commit2d99cee790041acbf345bc0b04ea308ce76cd092 (patch)
treefbe4630bea4da3118893e28aaa5d6a48664abfe5
parent1adfda415189fa914315985b7581553e981e8837 (diff)
Explain configuration options more completely.
-rwxr-xr-xConfigure2
-rw-r--r--INSTALL3
2 files changed, 3 insertions, 2 deletions
diff --git a/Configure b/Configure
index 6c1c6747d5..ad12f3922b 100755
--- a/Configure
+++ b/Configure
@@ -10,7 +10,7 @@ use strict;
# see INSTALL for instructions.
-my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-threads] [no-asm] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
+my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-threads] [no-asm] [no-<cipher> ...] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
# Options:
#
diff --git a/INSTALL b/INSTALL
index 721d42c9e4..7cbde1663b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,7 +33,8 @@
Configuration Options
---------------------
- There are several options to ./config to customize the build:
+ There are several options to ./config (or ./Configure) to customize
+ the build:
--prefix=DIR Install in DIR/bin, DIR/lib, DIR/include/openssl.
Configuration files used by OpenSSL will be in DIR/ssl