diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-24 00:03:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-24 00:03:05 +0000 |
commit | cf921b2f2874acc2f5427ecff6775a1e13d760cd (patch) | |
tree | 64a27d619a37d442c291bf29177b131cab719a87 | |
parent | 4750ca58a3b9aeb662a51a4e3d86bfba51b4b076 (diff) | |
download | mtk-20170518-cf921b2f2874acc2f5427ecff6775a1e13d760cd.zip mtk-20170518-cf921b2f2874acc2f5427ecff6775a1e13d760cd.tar.gz mtk-20170518-cf921b2f2874acc2f5427ecff6775a1e13d760cd.tar.bz2 |
add a prereq check for autoconf
SVN-Revision: 5633
-rw-r--r-- | include/prereq-build.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index e9f3a01..c73b124 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. \ +)) + + |