Commit 1cbf94ae authored by Rafaël Carré's avatar Rafaël Carré

build tools: add reminder for version check

parent 56d9c89c
......@@ -25,7 +25,7 @@ then
fi
check() {
# FIXME : add version check
# FIXME : add version check: automake 1.11, autoconf 2.67 libtool 2.2
if ! $1 --version >/dev/null 2>&1
then
echo "$1 not found"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment