diff options
| author | Adrian Robert | 2008-07-19 16:42:22 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-19 16:42:22 +0000 |
| commit | 7a55ab54bd48c021ff74df3d23d3a41112694ae6 (patch) | |
| tree | f05edc8b258d5afe5bce0d73a370778c9a3e1bc0 | |
| parent | 568beaa25328d4045fa4aaef5c773f2f741d1f59 (diff) | |
| download | emacs-7a55ab54bd48c021ff74df3d23d3a41112694ae6.tar.gz emacs-7a55ab54bd48c021ff74df3d23d3a41112694ae6.zip | |
apply patch for GNUSTEP_MAKEFILES from Yavor Doganov
| -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}" |