summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-30 23:44:24 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-06-30 23:44:24 (GMT)
commitb075a5ca1e7780a041dd32faa8026d1cda9f3cbb (patch)
treebecf495bef0ac6399156759e5cac53291ed8fd26 /Makefile
parentd902c1840720f26d2eda31073f11d771691b73dd (diff)
downloadmxe-b075a5ca1e7780a041dd32faa8026d1cda9f3cbb.zip
mxe-b075a5ca1e7780a041dd32faa8026d1cda9f3cbb.tar.gz
mxe-b075a5ca1e7780a041dd32faa8026d1cda9f3cbb.tar.bz2
Fix autoconf version test since b9c230dd
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 441cf5d..0b261af 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ check-requirements: $(PREFIX)/installed/check-requirements
$(PREFIX)/installed/check-requirements: $(MAKEFILE)
@echo '[check requirements]'
$(foreach REQUIREMENT,$(REQUIREMENTS),$(call CHECK_REQUIREMENT,$(REQUIREMENT)))
- $(call CHECK_REQUIREMENT_VERSION,autoconf,2\.6[4-9]\|2\.[7-9][0-9])
+ $(call CHECK_REQUIREMENT_VERSION,autoconf,2\.6[7-9]\|2\.[7-9][0-9])
$(call CHECK_REQUIREMENT_VERSION,automake,1\.11\.[3-9]\|1\.[1-9][2-9]\(\.[0-9]\+\)\?)
@if [ -e check-requirements-failed ]; then \
echo; \