diff options
author | Slávek Banko <[email protected]> | 2015-04-14 03:06:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-04-14 03:07:02 +0200 |
commit | e1928ee8fcab77e67f8e6b222f9861ecd18a3050 (patch) | |
tree | d2bd484e9b11f37d07ed0688d2b64fead9285511 | |
parent | 04db460623e1f235e7239f08fdcc2d0ef72636af (diff) | |
download | admin-e1928ee8fcab77e67f8e6b222f9861ecd18a3050.tar.gz admin-e1928ee8fcab77e67f8e6b222f9861ecd18a3050.zip |
This resolves Bug 2403
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e147134c949daa4c49611405c27805f21ac51502)
-rw-r--r-- | cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |