added m4 to prereq check, thanks to Gerph
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Mar 2009 19:51:32 +0000 (19:51 +0000)
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Mar 2009 19:51:32 +0000 (19:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15043 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 \
+))