X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=c73b12438fff3916441aa22a76ba4216f6aa2ebd;hb=3cefc94b000cd0ecdbc21fe74b5e115f7766104e;hp=ed8fdb6fceffd0c61d3a7a3f6c6b823ce4b6ecce;hpb=b15238f536bdcbc1fb85c67940b97f1463f90ca0;p=openwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fce..c73b12438f 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. \ +)) + +