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 /oldXMenu | |
| 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 'oldXMenu')
| -rw-r--r-- | oldXMenu/ChangeLog | 4 | ||||
| -rw-r--r-- | oldXMenu/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 7f660ea9d62..6f027eb854a 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. | ||
| 4 | |||
| 1 | 2007-07-25 Glenn Morris <rgm@gnu.org> | 5 | 2007-07-25 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Relicense all FSF files to GPLv3 or later. | 7 | * Relicense all FSF files to GPLv3 or later. |
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 9cda40b7137..6db94500454 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -96,7 +96,7 @@ OBJS = Activate.o \ | |||
| 96 | 96 | ||
| 97 | all:: libXMenu11.a | 97 | all:: libXMenu11.a |
| 98 | 98 | ||
| 99 | ALL_CFLAGS=$(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ | 99 | ALL_CFLAGS=$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ |
| 100 | $(C_SWITCH_X_SITE) $(C_SWITCH_X_SYSTEM) $(C_SWITCH_X_MACHINE) \ | 100 | $(C_SWITCH_X_SITE) $(C_SWITCH_X_SYSTEM) $(C_SWITCH_X_MACHINE) \ |
| 101 | $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \ | 101 | $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \ |
| 102 | -I../src -I${srcdir} -I${srcdir}/../src | 102 | -I../src -I${srcdir} -I${srcdir}/../src |