Small fix for --disable-ns-self-contained builds
authorYavor Doganov <yavor@gnu.org>
Tue, 22 Nov 2011 01:37:45 +0000 (20:37 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Nov 2011 01:37:45 +0000 (20:37 -0500)
commit816be9f6298874bd26a61c28a97be74ff2298d8d
treef58bb9c5792b4618f30e9abcea7b8ae8b54ee196
parent84b54fdfa6d56214e9377fc959a761ff04705557
Small fix for --disable-ns-self-contained builds

Do not install arch-dependent files in the app bundle if
--disable-ns-self-contained is requested.

* configure.in (exec_prefix, libexecdir): Define relative to
ns_appbindir' only if configured for a self-contained app.
* Makefile.in (install-arch-dep): Test for the existence of
libexec in the Emacs.app bundle before executing commands.

Fixes: debbugs:1335
ChangeLog
Makefile.in
configure.in