Makefile and docs: require automake 1.12 or later

This commit is contained in:
Tony Theodore 2013-12-04 17:16:05 +11:00
parent 2121597d36
commit 37c6bfca7a
2 changed files with 2 additions and 2 deletions

View File

@ -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 '$@'

View File

@ -660,7 +660,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>