Received: (qmail 43495 invoked by uid 65534); 26 Jan 2000 21:35:21 -0000 Message-Id: <20000126213521.43494.qmail@locus.apache.org> Date: 26 Jan 2000 21:35:21 -0000 From: Dave Dykstra Reply-To: dwd@bell-labs.com To: submit@bugz.apache.org Subject: Support UTS 4.3 or later X-Send-Pr-Version: 3.110 >Number: 5654 >Category: os-other >Synopsis: Support UTS 4.3 or later >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Jan 26 13:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: dwd@bell-labs.com >Release: 1.3.11 >Organization: apache >Environment: Amdahl's UTS 4.3 >Description: Doesn't compile. Configure supported UTS 2.1 only. >How-To-Repeat: Unless you have a UTS machine you'll have to trust me :-) >Fix: *** src/Configure.O Wed Jan 26 10:36:06 2000 --- src/Configure Wed Jan 26 14:26:50 2000 *************** *** 677,686 **** ;; *-uts*) PLATOSVERS=`echo $PLAT | sed 's/^.*,//'` ! OS='Amdahl UTS' ! CFLAGS="$CFLAGS -Xa -eft -DUTS21 -DUSEBCOPY" ! LIBS="$LIBS -lsocket -lbsd -la" ! DEF_WANTHSREGEX=yes ;; *-ultrix) OS='ULTRIX' --- 677,692 ---- ;; *-uts*) PLATOSVERS=`echo $PLAT | sed 's/^.*,//'` ! OS='Amdahl UTS $PLATOSVERS' ! case "$PLATOSVERS" in ! 2*) CFLAGS="$CFLAGS -Xa -eft -DUTS21 -DUSEBCOPY" ! LIBS="$LIBS -lsocket -lbsd -la" ! DEF_WANTHSREGEX=yes ! ;; ! *) CFLAGS="$CFLAGS -Xa -DSVR4" ! LIBS="$LIBS -lsocket -lnsl" ! ;; ! esac ;; *-ultrix) OS='ULTRIX' >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]