From: Ralph Hempel Date: Wed, 25 Mar 2009 19:51:32 +0000 (+0000) Subject: added m4 to prereq check, thanks to Gerph X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1744ca64f24674f4ca54fab91b1c193e714e261b;p=librecmc%2Flibrecmc.git added m4 to prereq check, thanks to Gerph SVN-Revision: 15043 --- 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 \ +))