summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-16 02:33:02 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-16 02:33:02 (GMT)
commit51f6aef1f79e24e9042c34f71929b7b1703c7642 (patch)
tree3d6bb441d2c1d91c11b96a1040b88bfbb11ea0f1 /Makefile
parenteda9d6e799a9fd920aaad057264a3ee84aa6d8c8 (diff)
downloadmxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.zip
mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.gz
mxe-51f6aef1f79e24e9042c34f71929b7b1703c7642.tar.bz2
update requirement versions
fixes #978
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2966dec..adaf5dc 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,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[7-9]\|2\.[7-9][0-9])
+ $(call CHECK_REQUIREMENT_VERSION,autoconf,2\.6[8-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; \