1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Dan Nicolaescu 77ccee0959 * config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.

* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.
2008-07-23 06:26:32 +00:00
..
.gitignore
ChangeLog * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
COPYING
lwlib-int.h Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
lwlib-utils.c Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
lwlib-utils.h
lwlib-Xaw.c Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
lwlib-Xaw.h
lwlib-Xlw.c Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
lwlib-Xlw.h
lwlib-Xm.c remove useless if-before-free tests 2008-06-02 06:00:54 +00:00
lwlib-Xm.h
lwlib.c * unexnext.c: 2008-06-26 04:24:54 +00:00
lwlib.h Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
Makefile.in * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
README
xlwmenu.c Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
xlwmenu.h Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
xlwmenuP.h Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog file.  For example, the file "lwlib-int.h" was renamed
from "lwlib-internal.h" in order to fit in 14 characters, and the
makefile adjusted to fit in with Emacs's configure script.