aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-16 23:07:26 -0700
committerGlenn Morris2012-05-16 23:07:26 -0700
commit40c117e7adf2bc35afef024d476e657a30ea35dd (patch)
tree8e1304e1ddcda4563cd131204a37785e39958ef1 /ChangeLog
parentb42c720d56003e200d059f90f0b5bc1dc79c2318 (diff)
downloademacs-40c117e7adf2bc35afef024d476e657a30ea35dd.tar.gz
emacs-40c117e7adf2bc35afef024d476e657a30ea35dd.zip
Minor optimization for install of self-contained NS info files
* configure.in (etcdir): For a self-contained ns build, set it to the appropriate values. * Makefile.in (install-arch-dep): No need to move info/ any more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e95a064218e..013734a8651 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
12012-05-17 Glenn Morris <rgm@gnu.org> 12012-05-17 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (docdir, etcdir, lispdir): 3 * configure.in (docdir, etcdir, infodir, lispdir):
4 For a self-contained ns build, set these to the appropriate values. 4 For a self-contained ns build, set these to the appropriate values.
5 * Makefile.in (install-arch-dep): No need to move info/ any more.
5 6
6 * configure.in (ns_self_contained): New output variable. 7 * configure.in (ns_self_contained): New output variable.
7 * Makefile.in (ns_self_contained): New, set by configure. 8 * Makefile.in (ns_self_contained): New, set by configure.