Mercurial > emacs
comparison src/ChangeLog @ 108546:8039fa319d6b
Minor build simplification for NS.
* configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
(GNUSTEP_MAKEFILES): Do not output.
* src/Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
* msdos/sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 May 2010 19:46:09 -0700 |
parents | 1d7fcf3cf1b2 |
children | 2a91d2a1b873 |
comparison
equal
deleted
inserted
replaced
108545:1d7fcf3cf1b2 | 108546:8039fa319d6b |
---|---|
1 2010-05-14 Glenn Morris <rgm@gnu.org> | 1 2010-05-14 Glenn Morris <rgm@gnu.org> |
2 | 2 |
3 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef. | |
4 (ns_appresdir): Remove, unused. | |
5 | |
3 * Makefile.in (SHELL): Move outside cpp section. | 6 * Makefile.in (SHELL): Move outside cpp section. |
4 (ns_appresdir): Remove, unused. | |
5 | 7 |
6 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). | 8 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). |
7 | 9 |
8 2010-05-13 Glenn Morris <rgm@gnu.org> | 10 2010-05-13 Glenn Morris <rgm@gnu.org> |
9 | 11 |