From 1744ca64f24674f4ca54fab91b1c193e714e261b Mon Sep 17 00:00:00 2001
From: Ralph Hempel <ralph.hempel@lantiq.com>
Date: Wed, 25 Mar 2009 19:51:32 +0000
Subject: [PATCH] added m4 to prereq check, thanks to Gerph

SVN-Revision: 15043
---
 include/prereq-build.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 0b396c83dd..1cdcd0f2c5 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -148,3 +148,7 @@ endef
 $(eval $(call Require,getopt-extended, \
 	Please install an extended getopt version that supports --long \
 ))
+
+$(eval $(call RequireCommand,m4, \
+	Please install GNU m4 \
+))
-- 
GitLab