summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-12-26 02:30:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-26 02:30:54 (GMT)
commitb6bde6e9d36d5c6aa8b3dc2e03fc181eb1425f16 (patch)
treee42c65b7667d7e3326c01abccd899296c54fa13e
parent2cfde1a96d4d1bf2242f359299549c1779a11f30 (diff)
downloadmxe-b6bde6e9d36d5c6aa8b3dc2e03fc181eb1425f16.zip
mxe-b6bde6e9d36d5c6aa8b3dc2e03fc181eb1425f16.tar.gz
mxe-b6bde6e9d36d5c6aa8b3dc2e03fc181eb1425f16.tar.bz2
update automake version requirement
-rw-r--r--Makefile2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82adb3e..8fca936 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ $(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,automake,1\.[1-9][2-9]\(\.[0-9]\+\)\?)
+ $(call CHECK_REQUIREMENT_VERSION,automake,1\.11\.[3-9]\|1\.[1-9][2-9]\(\.[0-9]\+\)\?)
@touch '$@'
define newline
diff --git a/index.html b/index.html
index b15286b..8ae21a1 100644
--- a/index.html
+++ b/index.html
@@ -655,7 +655,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td><a href="http://sources.redhat.com/automake/">Automake</a></td>
- <td>≥ 1.12</td>
+ <td>≥ 1.11.3</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/bash/">Bash</a></td>