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 | |
| 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')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 4 |
2 files changed, 8 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. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index be19b6dc15c..1306e660630 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -45,6 +45,10 @@ TRANSFORM = @program_transform_name@ | |||
| 45 | 45 | ||
| 46 | # ==================== Where To Install Things ==================== | 46 | # ==================== Where To Install Things ==================== |
| 47 | 47 | ||
| 48 | # Location to install Emacs.app under GNUstep / Mac OS X. | ||
| 49 | # Later values may use this. | ||
| 50 | ns_appbindir=@ns_appbindir@ | ||
| 51 | |||
| 48 | # The default location for installation. Everything is placed in | 52 | # The default location for installation. Everything is placed in |
| 49 | # subdirectories of this directory. The default values for many of | 53 | # subdirectories of this directory. The default values for many of |
| 50 | # the variables below are expressed in terms of this one, so you may | 54 | # the variables below are expressed in terms of this one, so you may |