Skip to content

Commit

Permalink
Fix hint for training build
Browse files Browse the repository at this point in the history
* Fix grammar.
* Fix text ("after building ..." is not necessary).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Aug 19, 2017
1 parent 6f13d75 commit 742b303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,16 @@ echo "$ sudo make install"
# echo "$ sudo make install LANGS=\"eng ara deu\""
# echo " Or:"
# echo "$ sudo make install-langs"
echo ""
AM_COND_IF([ENABLE_TRAINING],
[echo ""
echo "Training tools can be build and installed (after building of $PACKAGE_NAME) with:"
[
echo "Training tools can be built and installed with:"
echo ""
echo "$ make training"
echo "$ sudo make training-install"
echo ""],
[echo ""
[
echo "You can not build training tools because of missing dependency."
echo "Check configure output for details."
echo ""]
Expand Down

0 comments on commit 742b303

Please sign in to comment.