1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 03:33:16 +03:00

added m4 to prereq check, thanks to Gerph

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15043 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ralph 2009-03-25 19:51:32 +00:00
parent bc175c58b0
commit f9e98dae82

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