added m4 to prereq check, thanks to Gerph
[openwrt.git] / include / prereq-build.mk
index 0b396c8..1cdcd0f 100644 (file)
@@ -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 \
+))
This page took 0.020596 seconds and 4 git commands to generate.