From a07b5919593ff5d3d22bf8b5c55e8be2799cdf05 Mon Sep 17 00:00:00 2001 From: Ralph Hempel 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 \ +)) -- 2.30.2