From e147134c949daa4c49611405c27805f21ac51502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 14 Apr 2015 03:06:51 +0200 Subject: Add support for automake 1.15 This resolves Bug 2403 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvs.sh b/cvs.sh index 15c4d6c..9b0e3c5 100644 --- a/cvs.sh +++ b/cvs.sh @@ -56,7 +56,7 @@ esac AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1` required_automake_version="1.6.1 or newer" case $AUTOMAKE_STRING in - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13* | automake*1.14* ) + automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13* | automake*1.14* | automake*1.15* ) echo "*** $AUTOMAKE_STRING found." UNSERMAKE=no ;; -- cgit v1.2.1