diff options
| author | Glenn Morris | 2012-05-14 09:33:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-14 09:33:11 -0700 |
| commit | 985584aed1505c40f97b0cfc983f4a5e05b127d8 (patch) | |
| tree | 8df1219c5e077a7bb26ab7d456f45e003756c6b2 /src/ChangeLog | |
| parent | 4374de8319c5666ac1fa295000e9753ea67f7673 (diff) | |
| download | emacs-985584aed1505c40f97b0cfc983f4a5e05b127d8.tar.gz emacs-985584aed1505c40f97b0cfc983f4a5e05b127d8.zip | |
Make a self-contained ns build able to find its own libexec directory
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00298.html
* src/nsterm.m (ns_init_paths):
Put "libexec" before "bin", for the sake of init_callproc_1.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6df87c27e5..2d20f13dced 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2012-05-14 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec"). | 3 | * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec"). |
| 4 | Put "libexec" before "bin", for the sake of init_callproc_1. | ||
| 4 | 5 | ||
| 5 | 2012-05-14 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-05-14 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 7 | ||