From 5d3bb220c89e062f8d8592fc84253d61fc59cf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Thu, 22 Apr 1999 19:23:56 +0000 Subject: Set the 386 flag automatically when building on i386. --- config | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'config') diff --git a/config b/config index 2bc53c2424..fc344a7fc5 100755 --- a/config +++ b/config @@ -1,17 +1,11 @@ #!/bin/sh # -# config - this is a merge of minarch and GuessOS from the Apache Group -# which then automatically runs Configure from SSLeay after -# mapping the Apache names for OSs into SSLeay names +# OpenSSL config: determine the operating system and run ./Configure # -# 29-May-97 eay Added no-asm option -# 27-May-97 eay Alpha linux mods -# ??-May-97 eay IRIX mods -# 16-Sep-97 tjh first cut of merged version -# -# Tim Hudson -# tjh@cryptsoft.com +# "config -h" for usage information. # +# this is a merge of minarch and GuessOS from the Apache Group. +# Originally written by Tim Hudson . # Original Apache Group comments on GuessOS @@ -259,23 +253,20 @@ case "$i" in -d*) PREFIX="debug-";; -v*) VERBOSE="true";; -t*) TEST="true";; --h*) cat <