aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-20 17:48:14 -0700
committerGlenn Morris2010-05-20 17:48:14 -0700
commit66dbf213eabcba05f54ff85e79ae44bbbeae4386 (patch)
tree0205cff46fcf6198581c5083aef6298f6d456bf3 /ChangeLog
parent04384b2d186ef8e3fb77f644d6621fc52b83c99a (diff)
downloademacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.tar.gz
emacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.zip
Handle some HAVE_NS Makefile conditionals with configure.
* configure.in (ns_frag): New output file. * src/Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app): Move these rules to ns.mk. * ns.mk: New file. Copyright years based on date of nextstep merge. * msdos/sed1v2.inp(@ns_frag@): Edit to nothing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9242ab5ef9e..53424301efd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12010-05-21 Glenn Morris <rgm@gnu.org> 12010-05-21 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (ns_frag): New output file.
4
3 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK. 5 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4 (OLDXMENU_TARGET): Set to empty if USE_GTK. 6 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5 7