aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris2015-06-22 22:03:33 -0400
committerGlenn Morris2015-06-22 22:03:33 -0400
commitd97fbcbedce8f36050af7a55d34c6ed50c99507c (patch)
tree6c7382a717c19ae765b9b500647a4256dd1be3c1 /nextstep
parenteccfc0a487787a7c1c2465c469becad983fc2810 (diff)
downloademacs-d97fbcbedce8f36050af7a55d34c6ed50c99507c.tar.gz
emacs-d97fbcbedce8f36050af7a55d34c6ed50c99507c.zip
* configure.ac (--with-ns): Enable by default on OS X.
; * etc/NEWS, nextstep/INSTALL: Mention this.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 96aaac7b09f..8c9cd3bab2b 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -19,6 +19,8 @@ In the top-level directory, use:
19 19
20 ./configure --with-ns 20 ./configure --with-ns
21 21
22(On Mac OS X, --with-ns is enabled by default.)
23
22This will compile all the files, but emacs will not be able to be run except 24This will compile all the files, but emacs will not be able to be run except
23in -nw (terminal) mode. 25in -nw (terminal) mode.
24 26