diff options
| author | Andreas Schwab | 2012-12-29 20:37:32 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2012-12-29 20:37:32 +0100 |
| commit | 2550c6e4048a35f6f40f76c5da2666209a10dce0 (patch) | |
| tree | 99c072fa240b8f8f18450c80dc261bf104656e78 /ChangeLog | |
| parent | 3c94d7a636863b61de68199e5767bb093503551a (diff) | |
| download | emacs-2550c6e4048a35f6f40f76c5da2666209a10dce0.tar.gz emacs-2550c6e4048a35f6f40f76c5da2666209a10dce0.zip | |
Properly configure GNUstep libraries
* configure.ac (TEMACS_LDFLAGS2): Don't define.
(LIBS_GNUSTEP): Set for GNUstep and substitute.
(LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
* src/Makefile.in (TEMACS_LDFLAGS2): Remove.
(LIBS_GNUSTEP): Define.
(LIBES): Add $(LIBS_GNUSTEP).
(temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * configure.ac (TEMACS_LDFLAGS2): Don't define. | ||
| 4 | (LIBS_GNUSTEP): Set for GNUstep and substitute. | ||
| 5 | (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep. | ||
| 6 | |||
| 1 | 2012-12-24 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2012-12-24 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin. | 9 | * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin. |