aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-31 06:55:00 +0000
committerDan Nicolaescu2007-10-31 06:55:00 +0000
commitc22140f676d077734d3eaed79c958948c9e1a0e8 (patch)
treebc9fbcc022ce41672ab32492f1522c867acf87f6 /src
parent91dd4dc44291d513b64ee95736c0b1dbd519bd82 (diff)
downloademacs-c22140f676d077734d3eaed79c958948c9e1a0e8.tar.gz
emacs-c22140f676d077734d3eaed79c958948c9e1a0e8.zip
* s/usg5-4.h:
* s/usg5-3.h: * s/ptx.h: * m/is386.h: * m/ibmps2-aix.h: * Makefile.in: Remove all mentions of X10 * dispnew.c (syms_of_display): Don't mention version 10.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
-rw-r--r--src/Makefile.in10
-rw-r--r--src/dispnew.c2
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/is386.h1
-rw-r--r--src/s/ptx.h1
-rw-r--r--src/s/usg5-3.h1
-rw-r--r--src/s/usg5-4.h1
8 files changed, 13 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79b6a3497d5..8d1bf78bdc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/usg5-4.h:
4 * s/usg5-3.h:
5 * s/ptx.h:
6 * m/is386.h:
7 * m/ibmps2-aix.h:
8 * Makefile.in: Remove all mentions of X10
9
10 * dispnew.c (syms_of_display): Don't mention version 10.
11
12007-10-28 Juanma Barranquero <lekktu@gmail.com> 122007-10-28 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * makefile.w32-in (OBJ1): Remove abbrev.$(O). 14 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
diff --git a/src/Makefile.in b/src/Makefile.in
index 56e8a7c49a5..25673f95657 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -279,18 +279,10 @@ ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOOLKIT_DEFINES) $(MYCPPFLAGS) -I. -I${srcd
279.c.o: 279.c.o:
280 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< 280 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
281 281
282#ifndef LIBX10_MACHINE
283#define LIBX10_MACHINE
284#endif
285
286#ifndef LIBX11_MACHINE 282#ifndef LIBX11_MACHINE
287#define LIBX11_MACHINE 283#define LIBX11_MACHINE
288#endif 284#endif
289 285
290#ifndef LIBX10_SYSTEM
291#define LIBX10_SYSTEM
292#endif
293
294#ifndef LIBX11_SYSTEM 286#ifndef LIBX11_SYSTEM
295#define LIBX11_SYSTEM 287#define LIBX11_SYSTEM
296#endif 288#endif
@@ -446,7 +438,7 @@ XFT_LIBS=@XFT_LIBS@
446X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT 438X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
447LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM $(XFT_LIBS) 439LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM $(XFT_LIBS)
448#else /* not HAVE_X11 */ 440#else /* not HAVE_X11 */
449LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM 441LIBX= $(LIBXMENU) LD_SWITCH_X_SITE
450#endif /* not HAVE_X11 */ 442#endif /* not HAVE_X11 */
451#else /* not HAVE_X_WINDOWS */ 443#else /* not HAVE_X_WINDOWS */
452#endif /* not HAVE_X_WINDOWS */ 444#endif /* not HAVE_X_WINDOWS */
diff --git a/src/dispnew.c b/src/dispnew.c
index ad139681d54..3c4ba18ce35 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -7112,7 +7112,7 @@ The value is nil if the selected frame is on a text-only-terminal. */);
7112 7112
7113 DEFVAR_LISP ("window-system-version", &Vwindow_system_version, 7113 DEFVAR_LISP ("window-system-version", &Vwindow_system_version,
7114 doc: /* The version number of the window system in use. 7114 doc: /* The version number of the window system in use.
7115For X windows, this is 10 or 11. */); 7115For X windows, this is 11. */);
7116 7116
7117 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area, 7117 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area,
7118 doc: /* Non-nil means put cursor in minibuffer, at end of any message there. */); 7118 doc: /* Non-nil means put cursor in minibuffer, at end of any message there. */);
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index 8c975b81bb9..045bcf2c294 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -213,7 +213,6 @@ so disable it for them. */
213#undef NOMULTIPLEJOBS 213#undef NOMULTIPLEJOBS
214#undef BROKEN_TIOCGETC 214#undef BROKEN_TIOCGETC
215#undef BROKEN_TIOCGWINSZ 215#undef BROKEN_TIOCGWINSZ
216#undef LIBX10_SYSTEM
217#undef LIBX11_SYSTEM 216#undef LIBX11_SYSTEM
218#undef LIB_X11_LIB 217#undef LIB_X11_LIB
219#endif 218#endif
diff --git a/src/m/is386.h b/src/m/is386.h
index 02fe12d93e5..5041db9a6c8 100644
--- a/src/m/is386.h
+++ b/src/m/is386.h
@@ -21,7 +21,6 @@ Intel 386 (-machine=intel386 or -machine=is386.h)
21 It may also be correct for Microport systems. 21 It may also be correct for Microport systems.
22NOTE-END */ 22NOTE-END */
23 23
24#define LIBX10_MACHINE -lnsl_s
25#define LIBX11_MACHINE -lnsl_s 24#define LIBX11_MACHINE -lnsl_s
26 25
27#define LIBS_DEBUG -lg 26#define LIBS_DEBUG -lg
diff --git a/src/s/ptx.h b/src/s/ptx.h
index d192bd6098a..4170e5036c9 100644
--- a/src/s/ptx.h
+++ b/src/s/ptx.h
@@ -29,7 +29,6 @@ Boston, MA 02110-1301, USA. */
29 29
30/* Undo these defines because they are incorrect or need to be changed. */ 30/* Undo these defines because they are incorrect or need to be changed. */
31#undef LIB_X11_LIB 31#undef LIB_X11_LIB
32#undef LIBX10_SYSTEM
33#undef LIBX11_SYSTEM 32#undef LIBX11_SYSTEM
34#undef USG_SHARED_LIBRARIES 33#undef USG_SHARED_LIBRARIES
35 34
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h
index d9b53718488..5df34f31b0e 100644
--- a/src/s/usg5-3.h
+++ b/src/s/usg5-3.h
@@ -181,7 +181,6 @@ Boston, MA 02110-1301, USA. */
181 181
182/* X needs to talk on the network, so search the network library. */ 182/* X needs to talk on the network, so search the network library. */
183 183
184#define LIBX10_SYSTEM -lnsl_s
185#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s 184#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s
186 185
187/* The docs for system V/386 suggest v.3 has sigpause, 186/* The docs for system V/386 suggest v.3 has sigpause,
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 3dc05f3e9fd..657fa9c51c6 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -180,7 +180,6 @@ Boston, MA 02110-1301, USA. */
180 library, as opposed to a DLL. Share libraries were used in SVR3, and are 180 library, as opposed to a DLL. Share libraries were used in SVR3, and are
181 available only in order to allow SVR3 binaries to run. They should not be 181 available only in order to allow SVR3 binaries to run. They should not be
182 linked in to new binaries. -- caraway!pinkas@caraway.intel.com. */ 182 linked in to new binaries. -- caraway!pinkas@caraway.intel.com. */
183#undef LIBX10_SYSTEM
184#undef LIBX11_SYSTEM 183#undef LIBX11_SYSTEM
185 184
186/* Tell x11term.c and keyboard.c we have the system V streams feature. */ 185/* Tell x11term.c and keyboard.c we have the system V streams feature. */