Mercurial > emacs
comparison ChangeLog @ 96923:d89afa2b4c2f
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 23 Jul 2008 06:26:32 +0000 |
parents | 24381a4165c3 |
children | 3cd4d3bf0f90 |
comparison
equal
deleted
inserted
replaced
96922:35abcad873d6 | 96923:d89afa2b4c2f |
---|---|
1 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * configure.in (LD_SWITCH_SITE): Remove, set the values directly | |
4 in src/Makefile.in. | |
5 (static): Remove, autoconf would always comment it out anyway. | |
6 (subprocesses): Define unconditionally. | |
7 | |
1 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 8 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> |
2 | 9 |
3 * configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to | 10 * configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to |
4 fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under | 11 fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under |
5 GNUstep. | 12 GNUstep. |