exit on error.
authorUlf Möller <ulf@openssl.org>
Sun, 25 Apr 1999 09:22:05 +0000 (09:22 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 25 Apr 1999 09:22:05 +0000 (09:22 +0000)
Configure

index 57b536c4169bdca46c4e8042122bb53d35ade77e..9b4e1307ac9234006d575b7d81363edc31715a5e 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -10,7 +10,7 @@ use strict;
 
 # see INSTALL for instructions.
 
-my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-asm] [rsaref] [--openssldir=OPENSSLDIR] [--prefix=DIR] os/compiler\n";
+my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-asm] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
 
 # Options:
 # --openssldir  install OpenSSL in OPENSSLDIR (Default: DIR/ssl if the
@@ -318,6 +318,7 @@ foreach (@ARGV)
                else
                        {
                        print STDERR $usage;
+                       exit(1);
                        }
                }
        elsif ($_ =~ /^([^:]+):(.+)$/) {