diff Makefile @ 2475:9e60296cb20d

Bugfix in "make check-requirements" to work with Automake 1.12
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 02 May 2012 15:42:36 +0200
parents 8ccc3595c4de
children 8db5a297f243 fe58e4975380
line wrap: on
line diff
--- a/Makefile	Tue May 01 14:21:37 2012 +0200
+++ b/Makefile	Wed May 02 15:42:36 2012 +0200
@@ -101,7 +101,7 @@
 	@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][0-9]\(\.[0-9]\+\)\?)
 	@[ -d '$(PREFIX)/installed' ] || mkdir -p '$(PREFIX)/installed'
 	@touch '$@'