aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL11
1 files changed, 7 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 58f5208131f..6e5697a79d5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,12 +75,15 @@ or in a separate directory.
753a) To build in the top-level Emacs source directory, go to that 753a) To build in the top-level Emacs source directory, go to that
76directory and run the program `configure' as follows: 76directory and run the program `configure' as follows:
77 77
78 ./configure CONFIGURATION-NAME [--OPTION[=VALUE]] ... 78 ./configure [CONFIGURATION-NAME] [--OPTION[=VALUE]] ...
79 79
80The CONFIGURATION-NAME argument should be a configuration name given 80The CONFIGURATION-NAME argument should be a configuration name given
81in `./etc/MACHINES'. If omitted, `configure' will try to guess your 81in `./etc/MACHINES', with the system version number added at the end.
82system type; if it cannot, you must find the appropriate configuration 82
83name in `./etc/MACHINES' and specify it explicitly. 83You should try first omitting CONFIGURATION-NAME. This way,
84`configure' will try to guess your system type. If it cannot guess,
85or if something goes wrong in building or installing Emacs this way,
86try again specifying the proper CONFIGURATION-NAME explicitly.
84 87
85If you don't want X support, specify `--with-x=no'. If you omit this 88If you don't want X support, specify `--with-x=no'. If you omit this
86option, `configure' will try to figure out for itself whether your 89option, `configure' will try to figure out for itself whether your