diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-31 19:46:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-31 19:46:12 +0000 |
commit | de19372a819acd4da07829c3dcaf1ac0ae498dda (patch) | |
tree | f3050e427fe6baded72afe63f1d86ed0e13ed756 /INSTALL | |
parent | e7465dec0fd856a47c76ed64327496f911b6a4d2 (diff) | |
download | emacs-de19372a819acd4da07829c3dcaf1ac0ae498dda.tar.gz |
Document how to specify a list to --x-includes and --x-libraries.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |