Ticket #4330 (closed defect: fixed)
Missing configure flags --with-slang-includes, --with-slang-libs
Reported by: | humeniuc | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.28 |
Component: | documentation | Version: | 4.8.27 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
In mc's INSTALL file is mentioned --with-slang-includes and --with-slang-libs
`--with-slang-includes=[DIR]' Set path to SLANG includes [default=/usr/include]; make sense only if --with-screen=slang is used. `--with-slang-libs=[DIR]' Set path to SLANG library [default=/usr/lib]; mke sense only if --with-screen=slang is used.
But when I run ./configure --prefix="$HOME/.local" --with-screen=slang --with-slang-includes="$HOME/.local/include" --with-slang-libs="$HOME/.local/lib" the following is outputed to stderr:
configure: WARNING: unrecognized options: --with-slang-includes, --with-slang-libs
Also, when I run ./configure --help| grep -i slang there is no mention of --with-slang-includes or --with-slang-libs
--with-screen=[LIB] Compile with screen library: slang or ncurses [slang SLANG_CFLAGS C compiler flags for SLANG, overriding pkg-config SLANG_LIBS linker flags for SLANG, overriding pkg-config
Change History
Note: See
TracTickets for help on using
tickets.
These options were removed in [0a26014ca4c844ad5a157895137298fbc60f1617], but INSTALL was not cleaned up.