From xemacs-m  Tue Dec 10 08:54:11 1996
Received: from gcm.com (gcm.com [146.121.48.2]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id IAA24114 for <xemacs-beta@xemacs.org>; Tue, 10 Dec 1996 08:54:10 -0600 (CST)
Received: (from uucp@localhost) by gcm.com (8.6.9/8.6.9) with UUCP id JAA07519 for xemacs-beta@xemacs.org; Tue, 10 Dec 1996 09:54:52 -0500
Received: from gsdws133.it.gcm.com by gcm.com (4.1/GCM-2.0m)
	id AA21907; Tue, 10 Dec 96 09:53:23 EST
Received: by gsdws133.it.gcm.com (4.1/SMI-4.1)
	id AA25632; Tue, 10 Dec 96 09:53:22 EST
Message-Id: <9612101453.AA25632@gsdws133.it.gcm.com>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: 19.15-b3 configure patch
From: David Worenklein <dcw@gcm.com>
Date: 10 Dec 1996 09:53:22 -0500
Lines: 48
X-Mailer: Gnus v5.2.19/XEmacs 19.13


*** configure~	Sun Sep 15 14:34:22 1996
--- configure	Tue Dec 10 09:39:49 1996
***************
*** 2353,2369 ****
    exit 1
  fi
  
  if [ "${dynamic}" = "yes" ]; then
    case "${opsys}" in
!     hpux8		) opsys=hpux8shr ;;
!     hpux9		) opsys=hpux9shr ;;
!     hpux10		) opsys=hpux10shr ;;
!     sunos4-0		) opsys=sunos4-0shr ;;
!     sunos4-1		) opsys=sunos4-1shr ;;
!     sunos4-1-2		) opsys=sunos4-1-2shr ;;
!     sunos4-1-3		) opsys=sunos4-1-3shr ;;
      sco5		) opsys=sco5-shr ;;
    esac
  elif [ "${dynamic}" = "no" ]; then
    case "${opsys}" in
      sol2		) opsys=sol2-static ;;
--- 2353,2369 ----
    exit 1
  fi
  
  if [ "${dynamic}" = "yes" ]; then
    case "${opsys}" in
!     hpux8		) opsys=hpux8-shr ;;
!     hpux9		) opsys=hpux9-shr ;;
!     hpux10		) opsys=hpux10-shr ;;
!     sunos4-0		) opsys=sunos4-0-shr ;;
!     sunos4-1		) opsys=sunos4-1-shr ;;
!     sunos4-1-2		) opsys=sunos4-1-2-shr ;;
!     sunos4-1-3		) opsys=sunos4-1-3-shr ;;
      sco5		) opsys=sco5-shr ;;
    esac
  elif [ "${dynamic}" = "no" ]; then
    case "${opsys}" in
      sol2		) opsys=sol2-static ;;

--
 David C. Worenklein                                       GREENWICH   CAPITAL
 Operations Support                                        M a r k e t s,  Inc
 =============================================================================
 phone: 203-625-2945                                                      ====
 fax:   203-629-2535                                                      ====
 e-mail: dcw@gcm.com                                                      ====

