[libsecret] build: Fix bootstrapping with automake 1.16



commit 6a9975892801c523bfd594b3003d7104b9e82a1a
Author: Ryan Schmidt <gnome ryandesign com>
Date:   Thu Mar 22 20:40:00 2018 +0000

    build: Fix bootstrapping with automake 1.16
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794610

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 75857de..5f0d120 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -43,7 +43,7 @@ fi
        DIE=1
 }
 
-AUTOMAKE_VERSIONS="1.15 1.14 1.13 1.12 1.11 1.10"
+AUTOMAKE_VERSIONS="1.16 1.15 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]