aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in4
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 @@
12012-05-17 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (ns_appbindir): New, set by configure.
4
12012-05-12 Glenn Morris <rgm@gnu.org> 52012-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.
50ns_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