summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-12-04 06:16:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-04 06:16:05 (GMT)
commit37c6bfca7adcd94dc9bc6d2810bfff4f0d0c0ea4 (patch)
treee108b871844394b60bb1ef8f3a3f7e696ac74207
parent2121597d3602bb4b0a26ab09f13945cde39d650a (diff)
downloadmxe-37c6bfca7adcd94dc9bc6d2810bfff4f0d0c0ea4.zip
mxe-37c6bfca7adcd94dc9bc6d2810bfff4f0d0c0ea4.tar.gz
mxe-37c6bfca7adcd94dc9bc6d2810bfff4f0d0c0ea4.tar.bz2
Makefile and docs: require automake 1.12 or later
-rw-r--r--Makefile2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index df79526..eef1c69 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,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][0-9]\(\.[0-9]\+\)\?)
+ $(call CHECK_REQUIREMENT_VERSION,automake,1\.[1-9][2-9]\(\.[0-9]\+\)\?)
@[ -d '$(PREFIX)/installed' ] || mkdir -p '$(PREFIX)/installed'
@touch '$@'
diff --git a/index.html b/index.html
index e77fd92..b0ed5c6 100644
--- a/index.html
+++ b/index.html
@@ -660,7 +660,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td><a href="http://sources.redhat.com/automake/">Automake</a></td>
- <td>≥ 1.10</td>
+ <td>≥ 1.12</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/bash/">Bash</a></td>