summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-26 20:50:52 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-26 20:50:52 +0000
commit1c95f8d1f6fb3d845c8820e0fb402c4ab694f77b (patch)
tree63c4adf133ec84b0cb365a79e06aee89bb9a8880 /INSTALL
parente689a5f611a50675c3c1846647b14b44be412f93 (diff)
downloademacs-1c95f8d1f6fb3d845c8820e0fb402c4ab694f77b.tar.gz
Clarify about omitting CONFIGURATION-NAME with configure.
Diffstat (limited to 'INSTALL')
-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.
3a) To build in the top-level Emacs source directory, go to that
directory and run the program `configure' as follows:
- ./configure CONFIGURATION-NAME [--OPTION[=VALUE]] ...
+ ./configure [CONFIGURATION-NAME] [--OPTION[=VALUE]] ...
The CONFIGURATION-NAME argument should be a configuration name given
-in `./etc/MACHINES'. If omitted, `configure' will try to guess your
-system type; if it cannot, you must find the appropriate configuration
-name in `./etc/MACHINES' and specify it explicitly.
+in `./etc/MACHINES', with the system version number added at the end.
+
+You should try first omitting CONFIGURATION-NAME. This way,
+`configure' will try to guess your system type. If it cannot guess,
+or if something goes wrong in building or installing Emacs this way,
+try again specifying the proper CONFIGURATION-NAME explicitly.
If you don't want X support, specify `--with-x=no'. If you omit this
option, `configure' will try to figure out for itself whether your