diff options
| author | Glenn Morris | 2012-05-16 23:07:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-16 23:07:26 -0700 |
| commit | 40c117e7adf2bc35afef024d476e657a30ea35dd (patch) | |
| tree | 8e1304e1ddcda4563cd131204a37785e39958ef1 /ChangeLog | |
| parent | b42c720d56003e200d059f90f0b5bc1dc79c2318 (diff) | |
| download | emacs-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,7 +1,8 @@ | |||
| 1 | 2012-05-17 Glenn Morris <rgm@gnu.org> | 1 | 2012-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. |