]> git.eshelyaron.com Git - emacs.git/commitdiff
apply patch for GNUSTEP_MAKEFILES from Yavor Doganov
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Sat, 19 Jul 2008 16:42:22 +0000 (16:42 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Sat, 19 Jul 2008 16:42:22 +0000 (16:42 +0000)
ChangeLog
configure
configure.in

index 3353ed48ada6da375c2cf613f26768d89e338e9f..c3d3830e24eb4b342558373c05f572eb475fa216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d51f1b6f3e348e105423f0afd20dedcaa5adcc00..8eac04857424202c0e56c7bef7f5ae9ad335cbd1 100755 (executable)
--- a/configure
+++ b/configure
@@ -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}"
index bce269b5294e7799cbf7e7bd63abb3822f8b5835..6c7231c526541286af9096d53fb793c88cf8a780 100644 (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}"