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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fefe16a5f8f..427e0e37674 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-12-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * src/Makefile.in (TEMACS_LDFLAGS2): Remove. | ||
| 4 | (LIBS_GNUSTEP): Define. | ||
| 5 | (LIBES): Add $(LIBS_GNUSTEP). | ||
| 6 | (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2). | ||
| 7 | |||
| 1 | 2012-12-27 Eli Zaretskii <eliz@gnu.org> | 8 | 2012-12-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't confuse a truncation or | 10 | * xdisp.c (set_cursor_from_row): Don't confuse a truncation or |