From 022eab728ee92f89b0977a0187c2a3fdf7eca3cd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 22 Nov 2017 17:04:48 +0100 Subject: Add more tools to devtools pre-check --- mltk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mltk') diff --git a/mltk b/mltk index 55b82716..b31ac518 100755 --- a/mltk +++ b/mltk @@ -103,7 +103,7 @@ check_devtools() { # Checking for needed development tools, compilers etc. # Required: m4 make gcc g++ binutils # no qmake here, qmake (libqt4-devel) should be installed in a module! - local DEV_TOOLS="gcc g++ make cmake m4 strip git depmod patch pkg-config" # 'strip' as marker for binutils + local DEV_TOOLS="gcc g++ make cmake m4 strip git depmod patch pkg-config automake autoconf aclocal" # 'strip' as marker for binutils # DEV_CHECK marks missing dev-tools local DEV_TOOLS_MISSING="" @@ -117,7 +117,7 @@ check_devtools() { pinfo "For $SYS_DISTRIBUTION you probably need to run:" case $SYS_DISTRIBUTION in ubuntu | debian) - pinfo "apt-get install build-essential m4 squashfs-tools pkg-config cmake" + pinfo "apt-get install build-essential m4 squashfs-tools pkg-config cmake automake autoconf" pinfo "to install missing development tools." ;; # FIXME: Don't know how precise this filter works so we might want to have a better matching ... -- cgit v1.2.3-55-g7522