aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-31 19:46:12 +0000
committerKarl Heuer <[email protected]>1995-05-31 19:46:12 +0000
commit763b18472c227ae92c48f8ebc0291665ca832a77 (patch)
treed3f17be4b845d382cf279dbd810cbd8504483ff9 /INSTALL
parent1c6e18f6d526b5b592742aad0fbb8b4013e7ddbb (diff)
Document how to specify a list to --x-includes and --x-libraries.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4b9e9f7b54..c0556cd479 100644
--- a/INSTALL
+++ b/INSTALL
@@ -55,7 +55,8 @@ The `--x-includes=DIR' and `--x-libraries=DIR' options tell the build
process where the compiler should look for the include files and
object libraries used with the X Window System. Normally, `configure'
is able to find them; these options are necessary if you have your X
-Window System files installed in unusual places.
+Window System files installed in unusual places. These options also
+accept a list of directories, separated with colons.
To get more attractive menus, you can specify an X toolkit when you
configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where