bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to make 21.1's configure recognize BSD/OS 5.0


From: Jeffrey C Honig
Subject: Patch to make 21.1's configure recognize BSD/OS 5.0
Date: Fri, 25 Jan 2002 14:16:00 -0500

We've made the following changes to emacs 2.1 to get it to compile on
BSD/OS 5.0.  The patches are here and the bsdos5.h header file is
included as an attachment.

Index: ChangeLog
===================================================================
RCS file: /master/contrib/emacs/ChangeLog,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog
--- ChangeLog   2002/01/16 03:06:40     1.1.1.1
+++ ChangeLog   2002/01/25 18:55:03
@@ -1,3 +1,8 @@
+2002-01-25  Jeffrey C Honig  <jch@eng.bsdi.com>
+
+       * configure (machine): Recognize BSD/OS 5.0 and use
+       src/s/bsdos5.h.
+
 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
 
        * Version 21.1 released.
Index: configure
===================================================================
RCS file: /master/contrib/emacs/configure,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 configure
--- configure   2002/01/16 03:06:43     1.1.1.1
+++ configure   2002/01/25 17:58:00
@@ -863,6 +863,7 @@
       *-*-bsdi2* )             opsys=bsdos2-1 ;;
       *-*-bsdi3* )             opsys=bsdos3 ;;
       *-*-bsdi4* )             opsys=bsdos4 ;;
+      *-*-bsdi5* )             opsys=bsdos5 ;;
     esac
   ;;
 
Thanks.

Jeff
/* s/ file for BSDI BSD/OS 5.0 system.  */

#include "bsdos4.h"

#endif /* not __ELF__ */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]