diff options
| author | Dan Nicolaescu | 2010-06-03 15:16:02 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-03 15:16:02 -0700 |
| commit | eb697db59773f60b5db4ad30a8011221385b90c5 (patch) | |
| tree | cd93a7cd9de2ed6eb0952dd00b04d18ed627b644 /src/s/gnu-linux.h | |
| parent | aa3830c49727fa443a11eaab9dedb404349c95e1 (diff) | |
| download | emacs-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/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index f1ec7d99a4b..8b63865d9f9 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -131,8 +131,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 131 | 131 | ||
| 132 | #define POSIX /* affects getpagesize.h and systty.h */ | 132 | #define POSIX /* affects getpagesize.h and systty.h */ |
| 133 | 133 | ||
| 134 | #define UNEXEC unexelf.o | ||
| 135 | |||
| 136 | /* This is to work around mysterious gcc failures in some system versions. | 134 | /* This is to work around mysterious gcc failures in some system versions. |
| 137 | It is unlikely that Emacs changes will work around this problem; | 135 | It is unlikely that Emacs changes will work around this problem; |
| 138 | therefore, this should remain permanently. */ | 136 | therefore, this should remain permanently. */ |