X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6fee4a3b3fcbf1b3117d1832d970a8b1b58dc11..b0d35b29018c4254d6086316be5356d6b1c824b3:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index e9f3a0173..c73b12438 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -112,3 +112,9 @@ endef $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) + +$(eval $(call RequireCommand,autoconf, \ + Please install GNU autoconf. \ +)) + +