# HG changeset patch # User Andrew Choi # Date 1029473660 0 # Node ID 7f23d458e897784215c83a2a985a45487d065eab # Parent aff9c7fcedb03626e31a38e5c9ced29327f633d7 2002-08-15 Andrew Choi * INSTALL: Add instructions for building Carbon version on Macs with X Window installed. diff -r aff9c7fcedb0 -r 7f23d458e897 mac/ChangeLog --- a/mac/ChangeLog Fri Aug 16 02:30:21 2002 +0000 +++ b/mac/ChangeLog Fri Aug 16 04:54:20 2002 +0000 @@ -1,3 +1,8 @@ +2002-08-15 Andrew Choi + + * INSTALL: Add instructions for building Carbon version on Macs + with X Window installed. + 2002-07-31 Andrew Choi * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: diff -r aff9c7fcedb0 -r 7f23d458e897 mac/INSTALL --- a/mac/INSTALL Fri Aug 16 02:30:21 2002 +0000 +++ b/mac/INSTALL Fri Aug 16 04:54:20 2002 +0000 @@ -25,6 +25,10 @@ The last step must be performed as root. +If you have X Window installed on your Mac and you are building Emacs +to run under Carbon and not X Window, you need to type `./configure +--without-x' instead of `./configure'. + You can type `make bootstrap' instead of `make' to rebuild everything, including byte-compiling the Lisp files.