when compiling a build on systems, that are usually not used for programming,
it might happen that the prerequisite check is being passed succesfully,
but the build fails, due to missing 'm4'.

it might be helpful to include that in the first check, for people using such 
systems.

Signed-off-by: Gerph Niebur ge...@egozelle.com

Index: include/prereq-build.mk
===================================================================
--- include/prereq-build.mk     (Revision 15041)
+++ include/prereq-build.mk     (Arbeitskopie)
@@ -148,3 +148,7 @@
 $(eval $(call Require,getopt-extended, \
        Please install an extended getopt version that supports --long \
 ))
+
+$(eval $(call RequireCommand,m4, \
+       Please install GNU m4 \
+))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to