add changelogs
[platform/upstream/libsecret.git] / autogen.sh
index 7c6b56d..2f26d4f 100755 (executable)
@@ -43,7 +43,7 @@ fi
        DIE=1
 }
 
-AUTOMAKE_VERSIONS="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
@@ -93,8 +93,6 @@ $ACLOCAL -I build/m4 $ACLOCAL_FLAGS || exit $?
 libtoolize --force || exit $?
 intltoolize --force --copy || exit $?
 
-gtkdocize || exit $?
-
 autoheader || exit $?
 
 $AUTOMAKE --add-missing || exit $?