From nobody@hyperreal.com Wed Apr 30 04:16:08 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id EAA02642; Wed, 30 Apr 1997 04:16:08 -0700 (PDT) Message-Id: <199704301116.EAA02642@hyperreal.com> Date: Wed, 30 Apr 1997 04:16:08 -0700 (PDT) From: Lawrence Rosenman Reply-To: ler@lerctr.org To: apbugs@hyperreal.com Subject: UnixWare 2.1.2 is NOT detected by the configuration scripts X-Send-Pr-Version: 3.2 >Number: 511 >Category: os-unixware >Synopsis: UnixWare 2.1.2 is NOT detected by the configuration scripts >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Apr 30 04:20:02 1997 >Last-Modified: Mon Jun 23 18:11:06 PDT 1997 >Originator: ler@lerctr.org >Organization: >Release: 1.2b10 >Environment: UnixWare 2.1.2 is NOT detected correctly by the Configure (and helpers/GuessOS) scripts. >Description: Configure and friends don't detect UnixWare 2.1.2 correctly >How-To-Repeat: Run Configure on a 2.1.2 system. To fix, see below. >Fix: --- Configure.old Wed Apr 30 05:52:00 1997 +++ Configure Wed Apr 30 05:53:15 1997 @@ -369,6 +369,13 @@ CFLAGS="$CFLAGS -DUW" LIBS="$LIBS -lsocket -lnsl -lcrypt" ;; + *-unixware212) + OS='Unixware 2.1.2' + CFLAGS="$CFLAGS -DUW" + LIBS="$LIBS -lsocket -lnsl -lcrypt" + DBM_LIB="" + CC=c89 + ;; *-sni-sysv4*) OS='SVR4' CFLAGS="$CFLAGS -DSVR4" --- helpers/GuessOS.old Wed Apr 30 05:44:13 1997 +++ helpers/GuessOS Wed Apr 30 05:51:48 1997 @@ -41,6 +41,8 @@ 4.2MP) if [ "x$VERSION" = "x2.1.1" ]; then echo "${MACHINE}-whatever-unixware211"; exit 0 + elif [ "x$VERSION" = "x2.1.2" ]; then + echo "${MACHINE}-whatever-unixware212"; exit 0 else echo "${MACHINE}-whatever-unixware2"; exit 0 f >Audit-Trail: State-Changed-From-To: open-analyzed State-Changed-By: coar State-Changed-When: Tue May 27 14:11:56 PDT 1997 State-Changed-Why: Thank you for the report. We'll look into it. Class-Changed-From-To: change-request-sw-bug Class-Changed-By: coar Class-Changed-When: Tue May 27 14:11:56 PDT 1997 State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Mon Jun 23 18:11:06 PDT 1997 State-Changed-Why: Integrated into 1.3-dev. Thanks! Dean >Unformatted: