From a73c226ecb3a07cd93510b35f6116c7c0b5e9eef Mon Sep 17 00:00:00 2001 From: Amit Beka Date: Thu, 30 Apr 2015 18:50:31 +0300 Subject: [PATCH] tools/extras/check_dependencies.sh: add tip for libtool install Signed-off-by: Amit Beka --- tools/extras/check_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/extras/check_dependencies.sh b/tools/extras/check_dependencies.sh index c41f8bf97..d70b37848 100755 --- a/tools/extras/check_dependencies.sh +++ b/tools/extras/check_dependencies.sh @@ -45,6 +45,7 @@ if which apt-get >&/dev/null; then if [ ! -z "$debian_packages" ]; then echo "$0: we recommend that you run (our best guess):" echo " sudo apt-get install $debian_packages" + echo " (to install libtool you may need libtool-bin)" printed=true status=1 fi