From nobody@hyperreal.com Tue Apr 15 17:03:16 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.4/8.8.4) id RAA16040; Tue, 15 Apr 1997 17:03:16 -0700 (PDT) Message-Id: <199704160003.RAA16040@hyperreal.com> Date: Tue, 15 Apr 1997 17:03:16 -0700 (PDT) From: David DeSimone Reply-To: fox@convex.com To: apbugs@hyperreal.com Subject: Problem with Configure at OS 11.5 X-Send-Pr-Version: 3.2 >Number: 399 >Category: os-convex >Synopsis: Problem with Configure at OS 11.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Apr 15 17:10:03 1997 >Last-Modified: Mon Jun 23 17:59:45 PDT 1997 >Originator: fox@convex.com >Organization: >Release: 1.2b8 >Environment: ConvexOS 11.5 Convex CC 5.0 >Description: The Configure script only recognizes ConvexOS 11.0. It fails to recognize the current revision, which is 11.5. >How-To-Repeat: Configure reports: Sorry, but we cannot grok "convex-whatever-ConvexOS|C220|11.5" >Fix: Since 11.0 and 11.5 are mostly compatible, this change should do it: --- helpers/GuessOS.orig Wed Feb 19 18:54:21 1997 +++ helpers/GuessOS Tue Apr 15 18:55:46 1997 @@ -186,7 +186,7 @@ echo "${MACHINE}-ncr-sysv4"; exit 0 ;; - ConvexOS:*:11.0:*) + ConvexOS:*:11.*:*) echo "${MACHINE}-v11-${SYSTEM}"; exit 0; ;; %0 >Audit-Trail: State-Changed-From-To: open-suspended State-Changed-By: dgaudet State-Changed-When: Tue Apr 22 02:11:52 PDT 1997 State-Changed-Why: We'll consider these changes post-1.2. Thanks for submitting them! Dean State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Jun 23 17:59:45 PDT 1997 State-Changed-Why: Integrated into 1.3-dev. Thanks. Dean >Unformatted: