diff options
-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. \ +)) + + |