aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-24 18:05:33 -0800
committerPaul Eggert2015-01-24 18:20:29 -0800
commitf6ef836521dfd07a0a33d5f1f384427f0c4023ce (patch)
tree8e589f353774ac95d8fb9f1dfa4179c702e78759 /ChangeLog
parentbce27d884521832a62837b113f4e681974cdaccb (diff)
downloademacs-f6ef836521dfd07a0a33d5f1f384427f0c4023ce.tar.gz
emacs-f6ef836521dfd07a0a33d5f1f384427f0c4023ce.zip
Use gnustep-config if available
* configure.ac (--with-gnustep): Document this. (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works. If gnustep-config works, use 'gnustep-config --objc-flags' and 'gnustep-config --gui-libs' to compute GNUstep configuration variables, instead of attempting to infer them individually. * etc/NEWS: Document this. * src/emacs.c [NS_IMPL_GNUSTEP]: Don't include <GNUstepBase/GSConfig.h>. It doesn't appear to be needed, and the inclusion breaks on Ubuntu 14.10 when 'configure' uses 'gnustep-config'. Fixes: bug#19507
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b02203dbe75..eecdad64785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12015-01-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use gnustep-config if available
4 * configure.ac (--with-gnustep): Document this.
5 (NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
6 If gnustep-config works, use 'gnustep-config --objc-flags' and
7 'gnustep-config --gui-libs' to compute GNUstep configuration
8 variables, instead of attempting to infer them individually.
9 Fixes: bug#19507
10
12015-01-21 Ulrich Müller <ulm@gentoo.org> 112015-01-21 Ulrich Müller <ulm@gentoo.org>
2 12
3 * configure.ac (gamegroup): New AC_SUBST. 13 * configure.ac (gamegroup): New AC_SUBST.