summaryrefslogtreecommitdiff
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2009-03-25 19:51:32 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2009-03-25 19:51:32 +0000
commit1744ca64f24674f4ca54fab91b1c193e714e261b (patch)
treedb0c2ed428874483e5ac95576abd18f115f6b90e /include/prereq-build.mk
parent9a72419724bce9b5b464680101d13a877380ee81 (diff)
downloadmtk-20170518-1744ca64f24674f4ca54fab91b1c193e714e261b.zip
mtk-20170518-1744ca64f24674f4ca54fab91b1c193e714e261b.tar.gz
mtk-20170518-1744ca64f24674f4ca54fab91b1c193e714e261b.tar.bz2
added m4 to prereq check, thanks to Gerph
SVN-Revision: 15043
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 0b396c8..1cdcd0f 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -148,3 +148,7 @@ endef
$(eval $(call Require,getopt-extended, \
Please install an extended getopt version that supports --long \
))
+
+$(eval $(call RequireCommand,m4, \
+ Please install GNU m4 \
+))