Suggestion was to change ${MACHINE} to i586 in lines in question. Well,
authorAndy Polyakov <appro@openssl.org>
Sun, 19 Jan 2003 21:47:06 +0000 (21:47 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 19 Jan 2003 21:47:06 +0000 (21:47 +0000)
"whatever" doesn't the same (avoids 386 being passed to ./Configure),
consistent with other elder SCO targets and denotes that we probably
shouldn't care much about every out-of-date platform.

config

diff --git a/config b/config
index a2a56754a07426127461686590b31f91428e5ed3..72905c90ed1a0f258bb47d30ba9b050972171644 100755 (executable)
--- a/config
+++ b/config
@@ -75,9 +75,9 @@ if [ "x$XREL" != "x" ]; then
                ;;
            4.2MP)
                case "x${VERSION}" in
                ;;
            4.2MP)
                case "x${VERSION}" in
-                   x2.0*) echo "${MACHINE}-whatever-unixware20"; exit 0 ;;
-                   x2.1*) echo "${MACHINE}-whatever-unixware21"; exit 0 ;;
-                   x2*)   echo "${MACHINE}-whatever-unixware2";  exit 0 ;;
+                   x2.0*) echo "whatever-whatever-unixware20"; exit 0 ;;
+                   x2.1*) echo "whatever-whatever-unixware21"; exit 0 ;;
+                   x2*)   echo "whatever-whatever-unixware2";  exit 0 ;;
                esac
                ;;
            4.2)
                esac
                ;;
            4.2)