]> code.delx.au - gnu-emacs/commitdiff
files were missed on previous checkin
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 17 Jul 2008 18:14:15 +0000 (18:14 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 17 Jul 2008 18:14:15 +0000 (18:14 +0000)
ChangeLog
leim/ChangeLog
leim/Makefile.in

index 5644ff7c819cf36da95a343e4bc3d1dc010725ac..4ffb098fb8f6d9331a5f108179976f232e20a5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-17  Adrian Robert <Adrian.B.Robert@gmail.com>
+
+       * configure.in: Print out some info to user for NeXTstep builds.
+       (ns-app): Remove enable option.
+       (ns-self-contained): Add enable option.
+       (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
+       GNUstep, use to set install prefixes, and substitute in Makefiles.
+       * configure: Regenerate.
+       * Makefile.in (install-arch-dep): Perform post-install cleanup inside
+       NS app bundle.
+
 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
index 225e91f0df7088f500d62bed0a56f28f696675c6..303c34036b5bf42d07eb6dbb43f473978e348189 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-17  Adrian Robert <Adrian.B.Robert@gmail.com>
+
+       * Makefile.in (install): Perform post-install cleanup inside NS app
+       bundle.
+
 2008-07-12  Juri Linkov  <juri@jurta.org>
 
        * quail/rfc1345.el: Replace non-printable control characters with
index 122156e513769d931ca41cf8fa3d086e04894cfe..731f0d55312ae128b40bc03708070d8ecd790f36 100644 (file)
@@ -33,6 +33,7 @@ prefix=@prefix@
 datarootdir=@datarootdir@
 datadir=@datadir@
 srcdir=@srcdir@
+ns_appresdir=@ns_appresdir@
 
 # Where to install LEIM files.
 INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
@@ -259,6 +260,11 @@ install: all
          [ -n "$${installuser}" ] && break ; \
        done ; \
        find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
+       if [ "${ns_appresdir}" != "" ]; then \
+         ( cd ${ns_appresdir} ; \
+           if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \
+           rm -fr share ) ; \
+       else true ; fi
 
 clean mostlyclean:
        rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \