mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00:00
add a prereq check for autoconf
SVN-Revision: 5633
This commit is contained in:
parent
4750ca58a3
commit
cf921b2f28
@ -112,3 +112,9 @@ endef
|
|||||||
$(eval $(call Require,gnutar, \
|
$(eval $(call Require,gnutar, \
|
||||||
Please install GNU tar. \
|
Please install GNU tar. \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
$(eval $(call RequireCommand,autoconf, \
|
||||||
|
Please install GNU autoconf. \
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user