From xemacs-m  Thu Mar  6 14:26:06 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA23763
	for <xemacs-beta@xemacs.org>; Thu, 6 Mar 1997 14:25:58 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id MAA00669;
	Thu, 6 Mar 1997 12:38:08 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: i386-unknown-bsdi3.0 unrecognized...
References: <199703062006.MAA14494@newman>
X-Url: http://www.miranova.com/%7Esteve/
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: "William M. Perry"'s message of Thu, 6 Mar 1997 12:06:14 -0800
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 06 Mar 1997 12:38:07 -0800
Message-ID: <m2sp28pxhs.fsf@altair.xemacs.org>
Lines: 44
X-Mailer: Gnus v5.4.19/XEmacs 20.1

William M Perry writes:

> 19.15b97 says my new BSDI 3.0 box isn't supported. :)  Manually told it 2.1
> to see if that helps.  I can't remember where I need to change to fix this
> for real (config.guess?), just a data point.

configure.in/configure.  Does this patch work?

Index: configure.in
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/configure.in,v
retrieving revision 1.8
diff -u -r1.8 configure.in
--- configure.in	1997/03/04 08:44:34	1.8
+++ configure.in	1997/03/06 20:36:11
@@ -2300,6 +2300,7 @@
       *-linux* )		opsys=linux ;;
       *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
       *-bsd386* | *-bsdi1* )	opsys=bsd386 ;;
+      *-bsdi3* )		opsys=bsdos2-1 ;;
       *-bsdi2.1* )		opsys=bsdos2-1 ;;
       *-bsdi2* )		opsys=bsdos2 ;;
       *-sco3.2v5* )		opsys=sco5 ; 


Index: configure
===================================================================
RCS file: /usr/local/xemacs/xemacs-19.15/configure,v
retrieving revision 1.9
diff -u -r1.9 configure
--- configure	1997/03/04 08:44:32	1.9
+++ configure	1997/03/06 20:36:19
@@ -2294,6 +2294,7 @@
       *-linux* )		opsys=linux ;;
       *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
       *-bsd386* | *-bsdi1* )	opsys=bsd386 ;;
+      *-bsdi3* )		opsys=bsdos2-1 ;;
       *-bsdi2.1* )		opsys=bsdos2-1 ;;
       *-bsdi2* )		opsys=bsdos2 ;;
       *-sco3.2v5* )		opsys=sco5 ; 

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

