aboutsummaryrefslogtreecommitdiffstats
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
commit4182dc4f75df525414cd971f42b526c438b5df02 (patch)
treeb56d5453abed8ef8516bb5d88d16295070f8f848 /include/prereq-build.mk
parent3388d3d23572c7fdadfe280843d0738b7398bdb5 (diff)
downloadmaster-187ad058-4182dc4f75df525414cd971f42b526c438b5df02.tar.gz
master-187ad058-4182dc4f75df525414cd971f42b526c438b5df02.tar.bz2
master-187ad058-4182dc4f75df525414cd971f42b526c438b5df02.zip
added m4 to prereq check, thanks to Gerph
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15043 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0b396c83dd..1cdcd0f2c5 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 \
+))