diff options
| author | Dan Nicolaescu | 2008-07-23 06:26:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 06:26:32 +0000 |
| commit | 77ccee0959daf0256a746fa3029cfe4da6f2b476 (patch) | |
| tree | a4c5d9212be9e20de6f5c7b15c8462c6d919a2bc /nt | |
| parent | 7c799cf5b49d62de96c1dd10583a7504ba6ef848 (diff) | |
| download | emacs-77ccee0959daf0256a746fa3029cfe4da6f2b476.tar.gz emacs-77ccee0959daf0256a746fa3029cfe4da6f2b476.zip | |
* 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.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index c2b4141594a..070e46939b8 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. | ||
| 4 | |||
| 1 | 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * config.nt (HAVE_FACES): Remove, unused. | 7 | * config.nt (HAVE_FACES): Remove, unused. |
diff --git a/nt/config.nt b/nt/config.nt index 231c13948e0..5df5a02867e 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -315,20 +315,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 315 | /* Define `subprocesses' should be defined if you want to | 315 | /* Define `subprocesses' should be defined if you want to |
| 316 | have code for asynchronous subprocesses | 316 | have code for asynchronous subprocesses |
| 317 | (as used in M-x compile and M-x shell). | 317 | (as used in M-x compile and M-x shell). |
| 318 | These do not work for some USG systems yet; | 318 | Only MSDOS does not support this. */ |
| 319 | for the ones where they work, the s/SYSTEM.h file defines this flag. */ | ||
| 320 | 319 | ||
| 321 | #ifndef VMS | 320 | #define subprocesses |
| 322 | #ifndef USG | ||
| 323 | /* #define subprocesses */ | ||
| 324 | #endif | ||
| 325 | #endif | ||
| 326 | |||
| 327 | /* Define LD_SWITCH_SITE to contain any special flags your loader may need. */ | ||
| 328 | #undef LD_SWITCH_SITE | ||
| 329 | |||
| 330 | /* Define C_SWITCH_SITE to contain any special flags your compiler needs. */ | ||
| 331 | #undef C_SWITCH_SITE | ||
| 332 | 321 | ||
| 333 | /* Define LD_SWITCH_X_SITE to contain any special flags your loader | 322 | /* Define LD_SWITCH_X_SITE to contain any special flags your loader |
| 334 | may need to deal with X Windows. For instance, if you've defined | 323 | may need to deal with X Windows. For instance, if you've defined |