X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/013ef04c6c77024c40d39363ee9f3e1ee89fcda5..b0c483b0b13f0b696bf52b5d9eaa5a5e3c49f090:/include/prereq-build.mk?ds=sidebyside diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 10bc68ae1..c73b12438 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -6,7 +6,6 @@ # include $(TOPDIR)/rules.mk -TMP_DIR:=$(TOPDIR)/tmp include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/host.mk @@ -86,10 +85,6 @@ $(eval $(call RequireCommand,flex, \ Please install flex. \ )) -$(eval $(call RequireCommand,python, \ - Please install python. \ -)) - $(eval $(call RequireCommand,unzip, \ Please install unzip. \ )) @@ -117,3 +112,9 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) + +