We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f13d75 + 742b303 commit de98a68Copy full SHA for de98a68
configure.ac
@@ -521,15 +521,16 @@ echo "$ sudo make install"
521
# echo "$ sudo make install LANGS=\"eng ara deu\""
522
# echo " Or:"
523
# echo "$ sudo make install-langs"
524
+echo ""
525
526
AM_COND_IF([ENABLE_TRAINING],
- [echo ""
527
- echo "Training tools can be build and installed (after building of $PACKAGE_NAME) with:"
+ [
528
+ echo "Training tools can be built and installed with:"
529
echo ""
530
echo "$ make training"
531
echo "$ sudo make training-install"
532
echo ""],
533
534
echo "You can not build training tools because of missing dependency."
535
echo "Check configure output for details."
536
echo ""]
0 commit comments