diff options
author | Jesse Kleve <jesse.kleve@gmail.com> | 2016-12-10 12:48:26 -0600 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2016-12-22 09:49:12 +0100 |
commit | c48280b4468a4c35bcbb24a348993e5e176bd1f9 (patch) | |
tree | a25257482a091aa892ee415946425968ba01533d | |
parent | 91939bb14e4bb61a2ad0794b597b247d7d196f55 (diff) |
Update 'optional features' information in INSTALL file
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -98,9 +98,9 @@ Optional Features Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. +is something like `gnu-as' or `x' (for the X Window System). You can +find a list of `--enable-' and `--with-' options that the package +recognizes via `./configure --help`. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, |