X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6fee4a3b3fcbf1b3117d1832d970a8b1b58dc11..516aadba8b213bc5a1555c8e234f0ee06db4540d:/include/prereq-build.mk?ds=inline diff --git a/include/prereq-build.mk b/include/prereq-build.mk index e9f3a0173..78a278ead 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/host.mk +PKG_NAME:=Build dependency + define Require/non-root [ "$$(shell whoami)" != "root" ] endef @@ -112,3 +114,9 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) + +