mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +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, \
|
||||
Please install GNU tar. \
|
||||
))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
Please install GNU autoconf. \
|
||||
))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user