1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Set more installation directories for self-contained ns builds

* configure.in (docdir, etcdir, lispdir):
For a self-contained ns build, set these to the appropriate values.
This commit is contained in:
Glenn Morris 2012-05-16 22:55:29 -07:00
parent b4a3620021
commit b42c720d56
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2012-05-17 Glenn Morris <rgm@gnu.org>
* configure.in (docdir, etcdir, lispdir):
For a self-contained ns build, set these to the appropriate values.
* configure.in (ns_self_contained): New output variable.
* Makefile.in (ns_self_contained): New, set by configure.
(install-arch-dep): For a self-contained ns build,

View File

@ -1593,6 +1593,9 @@ if test "${HAVE_NS}" = yes; then
dnl This one isn't really used, only archlibdir is.
libexecdir="\${ns_appbindir}/libexec"
archlibdir="\${ns_appbindir}/libexec"
docdir="\${ns_appresdir}/etc"
etcdir="\${ns_appresdir}/etc"
lispdir="\${ns_appresdir}/lisp"
LEIM_INSTALLDIR="\${ns_appresdir}/leim"
fi
ns_frag=$srcdir/src/ns.mk