add a prereq check for autoconf
SVN-Revision: 5633
This commit is contained in:
parent
4750ca58a3
commit
cf921b2f28
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue