]> 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>
Fri, 19 Apr 2024 18:41:22 +0000 (20:41 +0200)
commit14e29dffee6eb83cd1c7c5575a073c4dc2836a61
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