]> git.tuebingen.mpg.de Git - tfortune.git/commit
Improve lopsub error diagnostics.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Apr 2024 23:28:38 +0000 (01:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 24 Apr 2024 14:11:05 +0000 (16:11 +0200)
commit6c4660313fbaec2a638f34e385c62f58f9a7da1f
tree7f32c8fa06078c9664fdd6cae16d6e85c7813f57
parent2c26365b72708eab2b6a330b106305b792271431
Improve lopsub  error diagnostics.

If the lopsub package is not installed, the check for the lopsubgen
executable is the first thing that fails, so we print "lopsubgen
required" and exit without also showing the detailed information
which tells the user how to obtain the package.

Move the check down, so that the build fails with the detailed message,
and also educate the user that lopsub is also available as a Debian
package.
configure.ac