Make sure to catch UnixWare 7, even if the version is 7.1.1 or something like that.
diff --git a/config b/config index 0155a6a..f57969b 100755 --- a/config +++ b/config
@@ -61,7 +61,7 @@ echo "whatever-whatever-unixware1"; exit 0 ;; 5) - if [ "x$VERSION" = "x7" ]; then + if [ "`echo x$VERSION | sed -e 's/\..*//'`" = "x7" ]; then echo "${MACHINE}-sco-unixware7"; exit 0 fi ;;