summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-12-29 20:37:32 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2012-12-29 20:37:32 +0100
commit2550c6e4048a35f6f40f76c5da2666209a10dce0 (patch)
tree99c072fa240b8f8f18450c80dc261bf104656e78 /ChangeLog
parent3c94d7a636863b61de68199e5767bb093503551a (diff)
downloademacs-2550c6e4048a35f6f40f76c5da2666209a10dce0.tar.gz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6a54782ecc..7f66aafd5a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-29 Andreas Schwab <schwab@linux-m68k.org>
+
+ * configure.ac (TEMACS_LDFLAGS2): Don't define.
+ (LIBS_GNUSTEP): Set for GNUstep and substitute.
+ (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
+
2012-12-24 Andreas Schwab <schwab@linux-m68k.org>
* configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.