mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02: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:
parent
bc175c58b0
commit
f9e98dae82
@ -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 \
|
||||||
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user