mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 20:04:05 +02:00
add a prereq check for autoconf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5633 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8f25a745c7
commit
4b4c62dbb2
@ -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 New Issue
Block a user