X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=c73b12438fff3916441aa22a76ba4216f6aa2ebd;hb=adc0e32478b179f98d4083a845aa3c114f43f1aa;hp=ed8fdb6fceffd0c61d3a7a3f6c6b823ce4b6ecce;hpb=b15238f536bdcbc1fb85c67940b97f1463f90ca0;p=openwrt-10.03%2F.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fc..c73b12438 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \ Please install flex. \ )) -$(eval $(call RequireCommand,python, \ - Please install python. \ -)) - $(eval $(call RequireCommand,unzip, \ Please install unzip. \ )) @@ -116,3 +112,9 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) + +