From: nbd Date: Fri, 24 Nov 2006 00:03:05 +0000 (+0000) Subject: add a prereq check for autoconf X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/4b4c62dbb23675868095ef79a7ba5d0c19bb4811 add a prereq check for autoconf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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. \ +)) + +