add a prereq check for autoconf

SVN-Revision: 5633
This commit is contained in:
Felix Fietkau 2006-11-24 00:03:05 +00:00
parent 4750ca58a3
commit cf921b2f28
1 changed files with 6 additions and 0 deletions

View File

@ -112,3 +112,9 @@ endef
$(eval $(call Require,gnutar, \
Please install GNU tar. \
))
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))