Mercurial > emacs
diff ChangeLog @ 108882:3ff97bad1c47
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@.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Thu, 03 Jun 2010 15:16:02 -0700 |
| parents | 4e8dcb0d6fe0 |
| children | 2f67737b7fe5 |
line wrap: on
line diff
--- a/ChangeLog Thu Jun 03 21:02:32 2010 +0200 +++ b/ChangeLog Thu Jun 03 15:16:02 2010 -0700 @@ -1,3 +1,8 @@ +2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> + + * configure.in (unxec): Do not define and substitute. + (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC. + 2010-06-03 Glenn Morris <rgm@gnu.org> * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
