- mention the package that usually provides makeinfo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:34:11 +0000 (09:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:34:11 +0000 (09:34 -0000)
toolchain/dependencies/dependencies.sh

index 6f42a8746ae9a32ffee6437b04d3c2b06bb5597e..084e835cbc34a4649cf03c187872bddd2cf91d72 100755 (executable)
@@ -251,7 +251,8 @@ echo "gettext installed:                            Ok"
 if ! which makeinfo > /dev/null ; then \
        echo "makeinfo installed:                   FALSE"
        /bin/echo -e "\n\nMost likely some packages will fail to build their documentation"
-       /bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages"
+       echo "Either install 'makeinfo' on your host or fix the respective packages."
+       echo "Makeinfo can usually be found in the texinfo package for your host."
 else
        echo "makeinfo installed:                               Ok"
 fi