From 37c6bfca7adcd94dc9bc6d2810bfff4f0d0c0ea4 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 4 Dec 2013 17:16:05 +1100 Subject: [PATCH] Makefile and docs: require automake 1.12 or later --- Makefile | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index df795268..eef1c698 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 e77fd929..b0ed5c68 100644 --- a/index.html +++ b/index.html @@ -660,7 +660,7 @@ USE_OSGPLUGIN(<plugin2>) Automake - ≥ 1.10 + ≥ 1.12 Bash