aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3353ed48ada..c3d3830e24e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to
4 fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under
5 GNUstep.
6 * configure: Regenerate.
7
12008-07-18 Kenichi Handa <handa@m17n.org> 82008-07-18 Kenichi Handa <handa@m17n.org>
2 9
3 * INSTALL (Complex Text Layout support libraries): Delete the 10 * INSTALL (Complex Text Layout support libraries): Delete the
diff --git a/configure b/configure
index d51f1b6f3e3..8eac0485742 100755
--- a/configure
+++ b/configure
@@ -9348,7 +9348,7 @@ if test "${with_ns}" != no; then
9348 ns_appbindir=`pwd`/nextstep/Emacs.app 9348 ns_appbindir=`pwd`/nextstep/Emacs.app
9349 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources 9349 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
9350 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base 9350 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
9351 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_MAKEFILES)" 9351 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)"
9352 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)" 9352 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)"
9353 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)" 9353 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9354 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 9354 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"
diff --git a/configure.in b/configure.in
index bce269b5294..6c7231c5265 100644
--- a/configure.in
+++ b/configure.in
@@ -1240,7 +1240,7 @@ if test "${with_ns}" != no; then
1240 ns_appbindir=`pwd`/nextstep/Emacs.app 1240 ns_appbindir=`pwd`/nextstep/Emacs.app
1241 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources 1241 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
1242 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base 1242 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
1243 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_MAKEFILES)" 1243 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)"
1244 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)" 1244 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)"
1245 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)" 1245 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)"
1246 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 1246 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"