]> git.tue.mpg.de Git - paraslash.git/commit
Let para_play depend on libreadline.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 5 Oct 2022 18:22:17 +0000 (20:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:24:22 +0000 (18:24 +0200)
commit799a29ac430a70a24dc71e415c2a819cfe08dbd3
treec7d6a7120e78d5154d15173ad17e2cf9bc49249f
parent4e7de83d81baee96116e823f29926222661ceb15
Let para_play depend on libreadline.

While para_client and para_audioc are suitable for non-interactive
use, e.g. in scripts, para_play can only be used interactively,
and its non-readline version is barely usable.

Rather than building a crippled version, teach the build and test
systems to skip para_play if the readline library is not installed.
configure.ac
play.c
t/t0005-man.sh
web/manual.md