diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-25 19:51:32 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-25 19:51:32 +0000 |
commit | 1744ca64f24674f4ca54fab91b1c193e714e261b (patch) | |
tree | db0c2ed428874483e5ac95576abd18f115f6b90e | |
parent | 9a72419724bce9b5b464680101d13a877380ee81 (diff) | |
download | upstream-1744ca64f24674f4ca54fab91b1c193e714e261b.tar.gz upstream-1744ca64f24674f4ca54fab91b1c193e714e261b.tar.bz2 upstream-1744ca64f24674f4ca54fab91b1c193e714e261b.zip |
added m4 to prereq check, thanks to Gerph
SVN-Revision: 15043
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ +)) |