diff options
| author | Glenn Morris | 2012-05-16 21:23:03 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-16 21:23:03 -0400 |
| commit | 3a4155de6637f737ff8b12ec3ceb2633f8e8fa26 (patch) | |
| tree | acd0c12cf49f440abe4a7e8cc7d5486af8a818c1 /lib-src/ChangeLog | |
| parent | a0a79cde7c978cf457c4a817b9a67bb4557f8a5c (diff) | |
| download | emacs-3a4155de6637f737ff8b12ec3ceb2633f8e8fa26.tar.gz emacs-3a4155de6637f737ff8b12ec3ceb2633f8e8fa26.zip | |
Install a self-contained NS build's libexec directly into the right place
This is rather than installing it in one place then moving it.
* configure.in (archlibdir): Set it for self-contained ns builds.
(libexecdir): Don't expand it now (this is mainly cosmetic).
* Makefile.in (ns_appbindir, ns_appresdir):
Move them before things that may refer to them.
(install-arch-dep): No need to relocate self-contained ns libexec.
* lib-src/Makefile.in (ns_appbindir): New, set by configure.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index aa78c25d1e1..a4a1cffaa96 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ns_appbindir): New, set by configure. | ||
| 4 | |||
| 1 | 2012-05-12 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (MKDIR_P): New, set by configure. | 7 | * Makefile.in (MKDIR_P): New, set by configure. |