aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-26 20:50:52 +0000
committerRichard M. Stallman1998-05-26 20:50:52 +0000
commite4e772f1cf8fe5cd6af5294de27b508c4b10c9ff (patch)
treefe4983714849ee10871a386950ab03148466abf4
parent65059037ab8165366021c2a6a6870b7cd928818d (diff)
downloademacs-e4e772f1cf8fe5cd6af5294de27b508c4b10c9ff.tar.gz
emacs-e4e772f1cf8fe5cd6af5294de27b508c4b10c9ff.zip
Clarify about omitting CONFIGURATION-NAME with configure.
-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