emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99803: Remove all uses of LIBX11_SYS


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99803: Remove all uses of LIBX11_SYSTEM.
Date: Thu, 01 Apr 2010 16:08:14 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99803
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-01 16:08:14 -0700
message:
  Remove all uses of LIBX11_SYSTEM.
  * Makefile.in (LIBX11_SYSTEM): Remove.
  * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
  instead.
  
  * configure.in: Remove all references to LIBX11_SYSTEM.
modified:
  ChangeLog
  admin/CPP-DEFINES
  configure
  configure.in
  src/ChangeLog
  src/Makefile.in
  src/s/msdos.h
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-03-30 02:47:23 +0000
+++ b/ChangeLog 2010-04-01 23:08:14 +0000
@@ -1,3 +1,7 @@
+2010-04-01  Dan Nicolaescu  <address@hidden>
+
+       * configure.in: Remove all references to LIBX11_SYSTEM.
+
 2010-03-30  Dan Nicolaescu  <address@hidden>
 
        * configure.in: Remove all references to C_DEBUG_SWITCH.

=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2010-04-01 15:29:04 +0000
+++ b/admin/CPP-DEFINES 2010-04-01 23:08:14 +0000
@@ -234,7 +234,6 @@
 LIBS_MACHINE
 LIBS_SYSTEM
 LIBS_TERMCAP
-LIBX11_SYSTEM
 LIBXMU
 LIB_GCC
 LIB_MATH

=== modified file 'configure'
--- a/configure 2010-03-24 18:02:56 +0000
+++ b/configure 2010-04-01 23:08:14 +0000
@@ -5796,10 +5796,7 @@
 #define LIB_X11_LIB -lX11
 #endif
 
-#ifndef LIBX11_SYSTEM
-#define LIBX11_SYSTEM
-#endif
-configure___ LIBX=LIB_X11_LIB LIBX11_SYSTEM
+configure___ LIBX=LIB_X11_LIB
 
 #ifdef UNEXEC
 configure___ unexec=UNEXEC

=== modified file 'configure.in'
--- a/configure.in      2010-03-30 02:47:23 +0000
+++ b/configure.in      2010-04-01 23:08:14 +0000
@@ -865,10 +865,7 @@
 #define LIB_X11_LIB -lX11
 #endif
 
-#ifndef LIBX11_SYSTEM
-#define LIBX11_SYSTEM
-#endif
-configure___ LIBX=LIB_X11_LIB LIBX11_SYSTEM
+configure___ LIBX=LIB_X11_LIB
 
 #ifdef UNEXEC
 configure___ unexec=UNEXEC

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-01 14:59:46 +0000
+++ b/src/ChangeLog     2010-04-01 23:08:14 +0000
@@ -1,24 +1,31 @@
+2010-04-01  Dan Nicolaescu  <address@hidden>
+
+       Remove all uses of LIBX11_SYSTEM.
+       * Makefile.in (LIBX11_SYSTEM): Remove.
+       * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
+       instead.
+
 2010-04-01  Eli Zaretskii  <address@hidden>
 
        Remove support for DJGPP v1.x (bug#5813).
 
        * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
-       * s/msdos.h: 
-       * unexec.c (make_hdr, copy_text_and_data): 
-       * sysdep.c (wait_for_termination, sys_subshell): 
+       * s/msdos.h:
+       * unexec.c (make_hdr, copy_text_and_data):
+       * sysdep.c (wait_for_termination, sys_subshell):
        * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
-       (IT_set_terminal_modes): 
+       (IT_set_terminal_modes):
        (__write, _rename, gethostname, gettimeofday, alarm, fork, kill)
        (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP
        v1.x code and tests of the value of __DJGPP__.
        (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
        compatibility code.
 
-       * lread.c: 
-       * gmalloc.c (memalign): 
-       * fileio.c (Fcopy_file, check_executable, Ffile_modes): 
-       * emacs.c (main): 
-       * dosfns.c (init_dosfns): 
+       * lread.c:
+       * gmalloc.c (memalign):
+       * fileio.c (Fcopy_file, check_executable, Ffile_modes):
+       * emacs.c (main):
+       * dosfns.c (init_dosfns):
        * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
 
        * xdisp.c (set_cursor_from_row): Fix cursor positioning when the

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-04-01 07:10:31 +0000
+++ b/src/Makefile.in   2010-04-01 23:08:14 +0000
@@ -284,10 +284,6 @@
 #endif
        $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $<
 
-#ifndef LIBX11_SYSTEM
-#define LIBX11_SYSTEM
-#endif
-
 #ifndef LIB_X11_LIB
 #define LIB_X11_LIB -lX11
 #endif
@@ -376,7 +372,7 @@
 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies
    options for where to find X libraries, but before those libraries.  */
 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
-LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) $(LIBTIFF) $(LIBJPEG) $(LIBPNG) 
$(LIBGIF) $(LIBXPM) LIB_X11_LIB LIBX11_SYSTEM $(XFT_LIBS)
+LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) $(LIBTIFF) $(LIBJPEG) $(LIBPNG) 
$(LIBGIF) $(LIBXPM) LIB_X11_LIB $(XFT_LIBS)
 #else /* not HAVE_X11 */
 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE
 #endif /* not HAVE_X11 */

=== modified file 'src/s/msdos.h'
--- a/src/s/msdos.h     2010-04-01 14:59:46 +0000
+++ b/src/s/msdos.h     2010-04-01 23:08:14 +0000
@@ -149,7 +149,7 @@
    commentary below, in the non-X branch.  The 140KB number was
    measured on GNU/Linux and on MS-WIndows.  */
 #define SYSTEM_PURESIZE_EXTRA (-170000+140000)
-#define LIBX11_SYSTEM -lxext -lsys
+#define LIBS_SYSTEM -lxext -lsys
 #else
 /* We need a little extra space, see ../../lisp/loadup.el.
    As of 20091024, DOS-specific files use up 62KB of pure space.  But


reply via email to

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