comparison etc/MACHINES @ 91085:880960b70474

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
author Miles Bader <miles@gnu.org>
date Sun, 11 Nov 2007 00:56:44 +0000
parents f55f9811f5d7 56cec281e296
children 606f2d163a64
comparison
equal deleted inserted replaced
91084:a4347a111894 91085:880960b70474
1156 of `bind' (the BSD name-server), build libresolv.a, and link Emacs 1156 of `bind' (the BSD name-server), build libresolv.a, and link Emacs
1157 with -lresolv, by copying the #definition of LIBS_SYSTEM in 1157 with -lresolv, by copying the #definition of LIBS_SYSTEM in
1158 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete 1158 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete
1159 software in the nonshared standard library. 1159 software in the nonshared standard library.
1160 1160
1161 If you want to use SunWindows, define HAVE_SUN_WINDOWS
1162 in config.h to enable a special interface called `emacstool'.
1163 The definition must *precede* the #include "machine.h".
1164 System version 3.2 is required for this facility to work.
1165
1166 We recommend that you instead use the X window system, which
1167 has technical advantages, is an industry standard, and is also
1168 free software. The FSF does not support the SunWindows code;
1169 we installed it only on the understanding we would not let it
1170 divert our efforts from what we think is important.
1171
1172 If you are compiling for X windows, and the X window library was 1161 If you are compiling for X windows, and the X window library was
1173 compiled to use the 68881, then you must edit config.h according 1162 compiled to use the 68881, then you must edit config.h according
1174 the comments at the end of `src/m/sun3.h'. 1163 the comments at the end of `src/m/sun3.h'.
1175 1164
1176 Note that Emacs on a Sun is not really as big as it looks. 1165 Note that Emacs on a Sun is not really as big as it looks.