diff options
| author | Yavor Doganov | 2011-11-21 20:37:45 -0500 |
|---|---|---|
| committer | Glenn Morris | 2011-11-21 20:37:45 -0500 |
| commit | 816be9f6298874bd26a61c28a97be74ff2298d8d (patch) | |
| tree | f58bb9c5792b4618f30e9abcea7b8ae8b54ee196 /ChangeLog | |
| parent | 84b54fdfa6d56214e9377fc959a761ff04705557 (diff) | |
| download | emacs-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-11-20 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2011-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. |