diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-16 21:23:03 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-16 21:23:03 -0400 |
commit | 3a4155de6637f737ff8b12ec3ceb2633f8e8fa26 (patch) | |
tree | acd0c12cf49f440abe4a7e8cc7d5486af8a818c1 /ChangeLog | |
parent | a0a79cde7c978cf457c4a817b9a67bb4557f8a5c (diff) | |
download | emacs-3a4155de6637f737ff8b12ec3ceb2633f8e8fa26.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0b7a79cc3d6..04ce3736d5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-05-17 Glenn Morris <rgm@gnu.org> + + * 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. + + * configure.in (archlibdir): Set it for self-contained ns builds. + (libexecdir): Don't expand it now (this is mainly cosmetic). + 2012-05-16 Paul Eggert <eggert@cs.ucla.edu> * configure.in: Simplify by removing CPP etc. |