# HG changeset patch # User Richard M. Stallman # Date 736713767 0 # Node ID 7431b5746e08dc19c62366de6837bfbd8dd8432a # Parent e88f7e8923847472e5a3b1e71a51efd8347cbe43 Support *-sco3.2v4* as opsystem. diff -r e88f7e892384 -r 7431b5746e08 configure1.in --- a/configure1.in Thu May 06 18:41:14 1993 +0000 +++ b/configure1.in Thu May 06 18:42:47 1993 +0000 @@ -552,6 +552,7 @@ *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;;