]> git.tuebingen.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, 17 Mar 2024 11:35:07 +0000 (12:35 +0100)
commit5ad491a3d8fa203cec38d3168e410a9c3124e473
tree0da9007f23ed23debf67844970469a742e400a08
parent2934ee80367ee9d50b99ed8d7f672d1a397b4ce0
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