# HG changeset patch # User Adrian Robert # Date 1216485742 0 # Node ID 0fd239831a6ecae1ee474219a488b3bda59334cd # Parent 9ed40c70bfa8aaf84bee680b5c8d7f407088796a apply patch for GNUSTEP_MAKEFILES from Yavor Doganov diff -r 9ed40c70bfa8 -r 0fd239831a6e ChangeLog --- 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 + + * configure.in: Apply patch from Yavor Doganov gnu.org> to + fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under + GNUstep. + * configure: Regenerate. + 2008-07-18 Kenichi Handa * INSTALL (Complex Text Layout support libraries): Delete the diff -r 9ed40c70bfa8 -r 0fd239831a6e configure --- 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}" diff -r 9ed40c70bfa8 -r 0fd239831a6e configure.in --- 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}"