1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

apply patch for GNUSTEP_MAKEFILES from Yavor Doganov

This commit is contained in:
Adrian Robert 2008-07-19 16:42:22 +00:00
parent 568beaa253
commit 7a55ab54bd
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
* configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to
fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under
GNUstep.
* configure: Regenerate.
2008-07-18 Kenichi Handa <handa@m17n.org>
* INSTALL (Complex Text Layout support libraries): Delete the

2
configure vendored
View file

@ -9348,7 +9348,7 @@ if test "${with_ns}" != no; then
ns_appbindir=`pwd`/nextstep/Emacs.app
ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_MAKEFILES)"
GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)"
GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)"
GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)"
CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"

View file

@ -1240,7 +1240,7 @@ if test "${with_ns}" != no; then
ns_appbindir=`pwd`/nextstep/Emacs.app
ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_MAKEFILES)"
GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)"
GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)"
GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)"
CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"