changeset 96809:0fd239831a6e

apply patch for GNUSTEP_MAKEFILES from Yavor Doganov
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sat, 19 Jul 2008 16:42:22 +0000
parents 9ed40c70bfa8
children 7999009afd7d
files ChangeLog configure configure.in
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 19 08:54:28 2008 +0000
+++ b/ChangeLog	Sat Jul 19 16:42:22 2008 +0000
@@ -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
--- a/configure	Sat Jul 19 08:54:28 2008 +0000
+++ b/configure	Sat Jul 19 16:42:22 2008 +0000
@@ -9348,7 +9348,7 @@
      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}"
--- a/configure.in	Sat Jul 19 08:54:28 2008 +0000
+++ b/configure.in	Sat Jul 19 16:42:22 2008 +0000
@@ -1240,7 +1240,7 @@
      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}"