diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-17 18:14:15 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-17 18:14:15 +0000 |
commit | 2a7973b62722e292302d6c03200771d33cb890bf (patch) | |
tree | d3ffe7871f6bdd683ba3b8fc15bb7d4eab09d341 /ChangeLog | |
parent | 06b627700d30a166b0f06ad99166d448f9f7969c (diff) | |
download | emacs-2a7973b62722e292302d6c03200771d33cb890bf.tar.gz |
files were missed on previous checkin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5644ff7c819..4ffb098fb8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> + + * configure.in: Print out some info to user for NeXTstep builds. + (ns-app): Remove enable option. + (ns-self-contained): Add enable option. + (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or + GNUstep, use to set install prefixes, and substitute in Makefiles. + * configure: Regenerate. + * Makefile.in (install-arch-dep): Perform post-install cleanup inside + NS app bundle. + 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca> * configure.in: Extract and substitute GNUSTEP_MAKEFILES. |