diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 9 insertions, 2 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-07-18 Kenichi Handa <handa@m17n.org> | 8 | 2008-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 |
| @@ -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}" |