* emacs 31.3 Patch for UnixWare 7.1.3 and OpenUNIX 8.0.0 to run ./configure
@ 2003-04-28 15:54 Boyd Lynn Gerber
0 siblings, 0 replies; only message in thread
From: Boyd Lynn Gerber @ 2003-04-28 15:54 UTC (permalink / raw)
[-- Attachment #1: Type: TEXT/PLAIN, Size: 249 bytes --]
Hello,
Here is a simple patch that allows people to just run ./configure to build
emacs on UnixWare 7.1.X or OpenUNIX 8.0.0 (UnixWare 7.1.2).
--
Boyd Gerber <gerberb@zenez.com>
ZENEZ 1042 Fort Union #135, Midvale, Utah 84047
Office 801-604-5332
[-- Attachment #2: configure.in.patch --]
[-- Type: TEXT/PLAIN, Size: 901 bytes --]
*** configure.in.org Sun Mar 16 15:06:05 2003
--- configure.in Mon Apr 28 09:46:09 2003
***************
*** 1031,1036 ****
--- 1031,1038 ----
OVERRIDE_CPPFLAGS=" "
;;
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
+ *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
+ *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;
*-freebsd* ) opsys=freebsd ;;
*-nextstep* ) opsys=nextstep ;;
***************
*** 1082,1087 ****
--- 1084,1091 ----
*-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
*-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
*-sysv4.2uw* ) opsys=unixware ;;
+ *--sysv5uw* ) opsys=unixware ;;
+ *--sysv5OpenUNIX* ) opsys=unixware ;;
*-sysv4.1* | *-sysvr4.1* )
NON_GNU_CPP=/usr/lib/cpp
opsys=usg5-4 ;;
[-- Attachment #3: Type: text/plain, Size: 148 bytes --]
_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-04-28 15:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 15:54 emacs 31.3 Patch for UnixWare 7.1.3 and OpenUNIX 8.0.0 to run ./configure Boyd Lynn Gerber
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).