Ticket #4330 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by andrew_b

  • Component changed from mc-core to documentation

These options were removed in [0a26014ca4c844ad5a157895137298fbc60f1617], but INSTALL was not cleaned up.

comment:2 Changed 2 years ago by andrew_b

  • Blocked By 4270 added
  • Milestone changed from Future Releases to 4.8.28

comment:3 Changed 2 years ago by andrew_b

  • Blocked By 4270 removed

comment:4 Changed 2 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.