1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-25 08:44:32 +03: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:
nbd 2006-11-24 00:03:05 +00:00
parent 8f25a745c7
commit 4b4c62dbb2

View File

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