Skip to content

Commit de98a68

Browse files
authored
Merge pull request #1089 from stweil/text
Fix hint for training build
2 parents 6f13d75 + 742b303 commit de98a68

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configure.ac

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,15 +521,16 @@ echo "$ sudo make install"
521521
# echo "$ sudo make install LANGS=\"eng ara deu\""
522522
# echo " Or:"
523523
# echo "$ sudo make install-langs"
524+
echo ""
524525
525526
AM_COND_IF([ENABLE_TRAINING],
526-
[echo ""
527-
echo "Training tools can be build and installed (after building of $PACKAGE_NAME) with:"
527+
[
528+
echo "Training tools can be built and installed with:"
528529
echo ""
529530
echo "$ make training"
530531
echo "$ sudo make training-install"
531532
echo ""],
532-
[echo ""
533+
[
533534
echo "You can not build training tools because of missing dependency."
534535
echo "Check configure output for details."
535536
echo ""]

0 commit comments

Comments
 (0)