aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-03 15:16:02 -0700
committerDan Nicolaescu2010-06-03 15:16:02 -0700
commiteb697db59773f60b5db4ad30a8011221385b90c5 (patch)
treecd93a7cd9de2ed6eb0952dd00b04d18ed627b644 /src/ChangeLog
parentaa3830c49727fa443a11eaab9dedb404349c95e1 (diff)
downloademacs-eb697db59773f60b5db4ad30a8011221385b90c5.tar.gz
emacs-eb697db59773f60b5db4ad30a8011221385b90c5.zip
Move UNEXEC definition to autoconf.
* configure.in (unxec): Do not define and substitute. (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC. * msdos/sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec. * src/s/usg5-4.h (UNEXEC): Remove, move to configure.in. * src/s/sol2-10.h (UNEXEC): * src/s/irix6-5.h (UNEXEC): * src/s/hpux10-20.h (UNEXEC): * src/s/gnu-linux.h (UNEXEC): * src/s/darwin.h (UNEXEC): * src/s/cygwin.h (UNEXEC): * src/s/bsd-common.h (UNEXEC): * src/s/aix4-2.h (UNEXEC): * src/m/alpha.h (UNEXEC): Likewise. * src/Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bb430266367..728a442e86b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Move UNEXEC definition to autoconf.
4 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5 * s/sol2-10.h (UNEXEC):
6 * s/irix6-5.h (UNEXEC):
7 * s/hpux10-20.h (UNEXEC):
8 * s/gnu-linux.h (UNEXEC):
9 * s/darwin.h (UNEXEC):
10 * s/cygwin.h (UNEXEC):
11 * s/bsd-common.h (UNEXEC):
12 * s/aix4-2.h (UNEXEC):
13 * m/alpha.h (UNEXEC): Likewise.
14 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
15
12010-06-03 Juanma Barranquero <lekktu@gmail.com> 162010-06-03 Juanma Barranquero <lekktu@gmail.com>
2 17
3 Remove obsolete pre-unicode2 macros. 18 Remove obsolete pre-unicode2 macros.