Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a55ab54
Commit
7a55ab54
authored
Jul 19, 2008
by
Adrian Robert
Browse files
apply patch for GNUSTEP_MAKEFILES from Yavor Doganov
parent
568beaa2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
ChangeLog
ChangeLog
+7
-0
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
7a55ab54
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
...
...
configure
View file @
7a55ab54
...
...
@@ -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}"
...
...
configure.in
View file @
7a55ab54
...
...
@@ -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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment