From: Felix Fietkau Date: Fri, 24 Nov 2006 00:03:05 +0000 (+0000) Subject: add a prereq check for autoconf X-Git-Tag: reboot~30378 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=cf921b2f2874acc2f5427ecff6775a1e13d760cd add a prereq check for autoconf SVN-Revision: 5633 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index e9f3a0173f..c73b12438f 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. \ +)) + +