X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=c73b12438fff3916441aa22a76ba4216f6aa2ebd;hb=c3241962560c5e114f3bbc3e7f1a52917730993e;hp=10bc68ae158585f6a0c54dda6d42c43622378a7e;hpb=013ef04c6c77024c40d39363ee9f3e1ee89fcda5;p=openwrt-10.03%2F.git 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. \ +)) + +