[libsecret] Allow building with automake 1.14



commit 6734463cc8acd5b252873c9d58481b93a6c6f9e6
Author: Stef Walter <stefw gnome org>
Date:   Mon Jul 15 13:54:08 2013 +0200

    Allow building with automake 1.14
    
    Tested by Carlos Soriano
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704233

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 3f5fbc7..9f23f79 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -43,7 +43,7 @@ fi
        DIE=1
 }
 
-AUTOMAKE_VERSIONS="1.13 1.12 1.11 1.10"
+AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11 1.10"
 for version in $AUTOMAKE_VERSIONS; do
        if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
                AUTOMAKE=automake-$version


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]