added m4 to prereq check, thanks to Gerph

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15043 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Ralph Hempel 2009-03-25 19:51:32 +00:00
parent 3388d3d235
commit 4182dc4f75
1 changed files with 4 additions and 0 deletions

View File

@ -148,3 +148,7 @@ endef
$(eval $(call Require,getopt-extended, \ $(eval $(call Require,getopt-extended, \
Please install an extended getopt version that supports --long \ Please install an extended getopt version that supports --long \
)) ))
$(eval $(call RequireCommand,m4, \
Please install GNU m4 \
))