]> git.eshelyaron.com Git - emacs.git/commit
Use gnustep-config if available
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jan 2015 02:05:33 +0000 (18:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jan 2015 02:20:29 +0000 (18:20 -0800)
commitf6ef836521dfd07a0a33d5f1f384427f0c4023ce
tree8e589f353774ac95d8fb9f1dfa4179c702e78759
parentbce27d884521832a62837b113f4e681974cdaccb
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
ChangeLog
configure.ac
etc/ChangeLog
etc/NEWS
src/ChangeLog
src/emacs.c