From xemacs-m  Mon Dec 23 10:14:12 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id KAA20903 for <xemacs-beta@xemacs.org>; Mon, 23 Dec 1996 10:14:11 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id IAA32087; Mon, 23 Dec 1996 08:23:53 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: 19.15b5 STILL hpux9shr configure problem
References: <E0vcBRh-0001n2-00@chekov.ctd.comsat.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Neal Becker's message of Mon, 23 Dec 1996 09:33:37 -0500
Mime-Version: 1.0 (generated by tm-edit 7.97)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Dec 1996 08:23:52 -0800
Message-ID: <m2iv5tns9z.fsf@altair.xemacs.org>
Lines: 108
X-Mailer: Red Gnus v0.72/XEmacs 19.15

>>>>> "Neal" == Neal Becker <neal@ctd.comsat.com> writes:

Neal> hpux9shr configure problem still persists.  The problem is that
Neal> configure wants s/hpux9shr.h, but it's now call hpux9-shr.h

Neal> creating src/Makefile
Neal> In file included from junk.c:55:
Neal> config.h:400: s/hpux9shr.h: No such file or directory
Neal> creating lwlib/Makefile
Neal> In file included from junk.c:48:
Neal> ../src/config.h:400: s/hpux9shr.h: No such file or directory
Neal> creating lib-src/Makefile
Neal> In file included from junk.c:129:
Neal> ../src/config.h:400: s/hpux9shr.h: No such file or directory
Neal> creating dynodump/Makefile
Neal> In file included from junk.c:53:
Neal> ../src/config.h:400: s/hpux9shr.h: No such file or directory
Neal> [

Dang two source trees.  Does this make things work any better?

Index: configure
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/configure,v
retrieving revision 1.2
diff -u -r1.2 configure
--- configure	1996/12/22 00:29:07	1.2
+++ configure	1996/12/23 16:21:53
@@ -1807,20 +1807,20 @@
   hppa*-hp-hpux7* )
     machine=hp800 opsys=hpux NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
-  hppa*-hp-hpux8shr* )
-    machine=hp800 opsys=hpux8shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
+  hppa*-hp-hpux8*shr* )
+    machine=hp800 opsys=hpux8-shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
   hppa*-hp-hpux8* )
     machine=hp800 opsys=hpux8 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
-  hppa*-hp-hpux9shr* )
-    machine=hp800 opsys=hpux9shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
+  hppa*-hp-hpux9*shr* )
+    machine=hp800 opsys=hpux9-shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
   hppa*-hp-hpux9* )
     machine=hp800 opsys=hpux9 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
-  hppa*-hp-hpux10shr* )
-    machine=hp800 opsys=hpux10shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
+  hppa*-hp-hpux10*shr* )
+    machine=hp800 opsys=hpux10*shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
   ;;
   hppa*-hp-hpux10* )
     machine=hp800 opsys=hpux10 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
@@ -2152,11 +2152,11 @@
     case "${canonical}" in
       ## The Sun386 didn't get past 4.0.
       i[3-9]86-*-sunos4	   ) opsys=sunos4-0      ;;
-      *-sunos4shr*	   ) opsys=sunos4-0shr   ;;
-      *-sunos4-0shr*	   ) opsys=sunos4-0shr   ;;
-      *-sunos4-1shr*	   ) opsys=sunos4-1shr   ;;
-      *-sunos4-1-2shr*	   ) opsys=sunos4-1-2shr ;;
-      *-sunos4-1-[3-9]shr* ) opsys=sunos4-1-3shr ;;
+      *-sunos4*shr*	   ) opsys=sunos4-0-shr   ;;
+      *-sunos4-0*shr*	   ) opsys=sunos4-0-shr   ;;
+      *-sunos4-1*shr*	   ) opsys=sunos4-1-shr   ;;
+      *-sunos4-1-2*shr*	   ) opsys=sunos4-1-2-shr ;;
+      *-sunos4-1-[3-9]*shr* ) opsys=sunos4-1-3-shr ;;
       *-sunos4.0*	   ) opsys=sunos4-0      ;;
       *-sunos4.1.2*        ) opsys=sunos4-1-2    ;;
       *-sunos4.1.[3-9]*	   ) opsys=sunos4-1-3    ;;
@@ -2355,13 +2355,13 @@
 
 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 ;;
+    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
@@ -3670,7 +3670,7 @@
   esac
 fi
 
-if test "${opsys}" = "hpux9shr"; then
+if test "${opsys}" = "hpux9-shr"; then
   case "${x_libraries}" in
     *X11R4* )
       opsysfile="s/hpux9shxr4.h"

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

