diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-08 08:03:21 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-08 08:03:21 +0000 |
commit | 8ec7e33bb21308c6a31400b6373d39bb5e2a1821 (patch) | |
tree | e72ad1dda7149873c22eeb1a3b07298c798b7e6f | |
parent | ec8fcb1085432f7a25981fdd8bd4220137a79897 (diff) | |
download | emacs-8ec7e33bb21308c6a31400b6373d39bb5e2a1821.tar.gz |
Remove descriptions about --without-x. Remove
--without-carbon from configure options for X11 build.
-rw-r--r-- | mac/INSTALL | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index 3e27f8e66f6..477f9b328c4 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -33,10 +33,6 @@ The --enable-carbon-app specifies that the carbon GUI application should be installed into /Application. If you want it to install in a different location, specify --enable-carbon-app=<mydir> -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. @@ -59,10 +55,10 @@ must be typed to the shell to enable Emacs to locate its resources correctly. You may want to create a symlink or alias to this path to quickly access both the terminal and GUI versions. -If you are building Emacs to run on Mac OS X and X Window, +If you are building Emacs to run on Mac OS X and X Window System, instead of typing `./configure' above, type - ./configure --without-carbon --with-x + ./configure --with-x To use colors in a terminal, put the following lines in the file |