summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-22 17:04:48 +0100
committerSimon Rettberg2017-11-22 17:04:48 +0100
commit022eab728ee92f89b0977a0187c2a3fdf7eca3cd (patch)
tree4d8e287ab2b0d4341c5d6f1dbb7479939001e213 /mltk
parent[beamergui] HACK: Add missing qt5 dev tools -> need dedicated qt5 module! (diff)
downloadmltk-022eab728ee92f89b0977a0187c2a3fdf7eca3cd.tar.gz
mltk-022eab728ee92f89b0977a0187c2a3fdf7eca3cd.tar.xz
mltk-022eab728ee92f89b0977a0187c2a3fdf7eca3cd.zip
Add more tools to devtools pre-check
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk4
1 files changed, 2 insertions, 2 deletions
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 ...