You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
596 B
16 lines
596 B
if test "x$flite_bindir" = "xno"; then
|
|
if test "$compile_flite_plugin" = "yes"; then
|
|
echo ""
|
|
echo "======================================================="
|
|
echo "The Festival Lite (flite) program does not appear to be"
|
|
echo "installed on this system. The Flite plugin will"
|
|
echo "be built, but you need to install Flite before you"
|
|
echo "can use it. You can get it at"
|
|
echo " http://www.speech.cs.cmu.edu/flite/index.html"
|
|
echo "Debian users: apt-get install flite"
|
|
echo "======================================================"
|
|
all_tests=bad
|
|
fi
|
|
fi
|
|
|