mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
add a prereq check for autoconf
SVN-Revision: 5633
This commit is contained in:
@ -112,3 +112,9 @@ endef
|
||||
$(eval $(call Require,gnutar, \
|
||||
Please install GNU tar. \
|
||||
))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
Please install GNU autoconf. \
|
||||
))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user