diff options
| author | Glenn Morris | 2013-07-23 19:00:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-23 19:00:43 -0400 |
| commit | 60967f56e71c1e578cb2f0585a8d64d54394110f (patch) | |
| tree | e0a0742fd8e2360d33e8069952421a1a80d47e8c /ChangeLog | |
| parent | bbece175c960338be32e9c2381800d4657315ff3 (diff) | |
| download | emacs-60967f56e71c1e578cb2f0585a8d64d54394110f.tar.gz emacs-60967f56e71c1e578cb2f0585a8d64d54394110f.zip | |
No need for configure to create etc/ and lisp/ any more
* configure.ac (etc, lisp): No need to create specially.
Configure already creates lisp when generating lisp/Makefile;
src/Makefile now creates etc when needed.
* src/Makefile.in ($(etc)/DOC, temacs$(EXEEXT)): Ensure etc/ exists.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (etc, lisp): No need to create specially. | ||
| 4 | Configure already creates lisp, src/Makefile now creates etc. | ||
| 5 | |||
| 1 | 2013-07-23 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-07-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Port to GNU/Linux systems with tinfo but not ncurses. | 8 | Port to GNU/Linux systems with tinfo but not ncurses. |