[project @ 2006-01-03 11:06:45 by simonmar]
authorsimonmar <unknown>
Tue, 3 Jan 2006 11:06:45 +0000 (11:06 +0000)
committersimonmar <unknown>
Tue, 3 Jan 2006 11:06:45 +0000 (11:06 +0000)
emit an error message if GNU make 3.7x is found (3.80 is required).

mk/config.mk.in

index ddd5a20..ed48d42 100644 (file)
@@ -32,6 +32,9 @@
 # a section corresponding to each of the main .mk files 
 # included by boilerplate.mk (see boilerplate.mk for a list).
 
+ifneq "$(findstring 3.7, $(MAKE_VERSION))" ""
+$(error GNU make version 3.80 or later is required.)
+endif
 
 ################################################################################
 #