aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2012-12-29 20:37:32 +0100
committerAndreas Schwab2012-12-29 20:37:32 +0100
commit2550c6e4048a35f6f40f76c5da2666209a10dce0 (patch)
tree99c072fa240b8f8f18450c80dc261bf104656e78 /src/ChangeLog
parent3c94d7a636863b61de68199e5767bb093503551a (diff)
downloademacs-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/ChangeLog7
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 @@
12012-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
12012-12-27 Eli Zaretskii <eliz@gnu.org> 82012-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