summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk6
1 files changed, 6 insertions, 0 deletions
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. \
+))
+
+