aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2002-08-16 04:54:20 +0000
committerAndrew Choi2002-08-16 04:54:20 +0000
commita4581dd3c9fde04e873b07147fa2eac9cc0c81db (patch)
tree9833c4184d3b8d7c99a07e1aea819ecc9564acc4
parent1000788b7b3bafc8f1b818f013afc8d06e6c0240 (diff)
downloademacs-a4581dd3c9fde04e873b07147fa2eac9cc0c81db.tar.gz
emacs-a4581dd3c9fde04e873b07147fa2eac9cc0c81db.zip
2002-08-15 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add instructions for building Carbon version on Macs with X Window installed.
-rw-r--r--mac/ChangeLog5
-rw-r--r--mac/INSTALL4
2 files changed, 9 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index ded7216e94e..6b6d1f8cec8 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12002-08-15 Andrew Choi <akochoi@shaw.ca>
2
3 * INSTALL: Add instructions for building Carbon version on Macs
4 with X Window installed.
5
12002-07-31 Andrew Choi <akochoi@shaw.ca> 62002-07-31 Andrew Choi <akochoi@shaw.ca>
2 7
3 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: 8 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
diff --git a/mac/INSTALL b/mac/INSTALL
index 9076814d649..c4371281802 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -25,6 +25,10 @@ un-tarred.
25 25
26The last step must be performed as root. 26The last step must be performed as root.
27 27
28If you have X Window installed on your Mac and you are building Emacs
29to run under Carbon and not X Window, you need to type `./configure
30--without-x' instead of `./configure'.
31
28You can type `make bootstrap' instead of `make' to rebuild everything, 32You can type `make bootstrap' instead of `make' to rebuild everything,
29including byte-compiling the Lisp files. 33including byte-compiling the Lisp files.
30 34