aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorYavor Doganov2011-11-21 20:37:45 -0500
committerGlenn Morris2011-11-21 20:37:45 -0500
commit816be9f6298874bd26a61c28a97be74ff2298d8d (patch)
treef58bb9c5792b4618f30e9abcea7b8ae8b54ee196 /ChangeLog
parent84b54fdfa6d56214e9377fc959a761ff04705557 (diff)
downloademacs-816be9f6298874bd26a61c28a97be74ff2298d8d.tar.gz
emacs-816be9f6298874bd26a61c28a97be74ff2298d8d.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bccedc607ba..521d2ab8e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12011-11-22 Yavor Doganov <yavor@gnu.org>
2
3 Do not install arch-dependent files in the app bundle if
4 --disable-ns-self-contained is requested. (Bug#1335)
5 * configure.in (exec_prefix, libexecdir): Define relative to
6 `ns_appbindir' only if configured for a self-contained app.
7 * Makefile.in (install-arch-dep): Test for the existence of
8 libexec in the Emacs.app bundle before executing commands.
9
12011-11-20 Andreas Schwab <schwab@linux-m68k.org> 102011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2 11
3 * configure.in: Remove reference to src/m/ibms390.h. 12 * configure.in: Remove reference to src/m/ibms390.h.