diff options
author | Slávek Banko <[email protected]> | 2013-09-15 12:50:57 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-12-17 02:39:39 +0100 |
commit | a4e9852199c4a7ca6f6117203c9fad3c00a2946b (patch) | |
tree | a80c2fe5679233a1c216437aa8003bb5f75fd562 | |
parent | ecc96bdc7a592ceaefdda6eb01a6e3cc3b5016e4 (diff) | |
download | admin-a4e9852199c4a7ca6f6117203c9fad3c00a2946b.tar.gz admin-a4e9852199c4a7ca6f6117203c9fad3c00a2946b.zip |
Add support for automake 1.14
(cherry picked from commit 9f768663f33e818a14dff26b403bae12a447a9ec)
-rw-r--r-- | cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,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.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* ) echo "*** $AUTOMAKE_STRING found." UNSERMAKE=no ;; |