]> 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>
Sat, 18 May 2024 20:03:58 +0000 (22:03 +0200)
commitfabb41c959d66624375ed82a2f53dcb2f6fcde07
tree6fac498d34dfc7318ea37a0613865606125e054b
parentce90164c8b761e17e55a186c8b021ecb55b8fdb5
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