We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d6dd0 commit dd21f0bCopy full SHA for dd21f0b
GNUmakefile.in
@@ -144,3 +144,11 @@ distcheck: dist
144
@echo "Distribution integrity checks out."
145
146
.PHONY: dist distdir distcheck docs install-docs
147
+
148
149
+# Temporary measure to explore whether we can start requiring GNU make
150
+# 3.80. That version also happens to be the version where the
151
+# .VARIABLES variable was introduced, so this is a simple check.
152
+ifndef .VARIABLES
153
+$(warning warning: GNU make 3.80 or newer might become required soon. You are using version $(MAKE_VERSION).)
154
+endif
0 commit comments