lasso/lasso-automake-1.17-support.patch

17 lines
531 B
Diff

Index: b/autogen.sh
===================================================================
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,10 @@ cd "$srcdir"
DIE=1
}
-if automake-1.16 --version < /dev/null > /dev/null 2>&1; then
+if automake-1.17 --version < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.17
+ ACLOCAL=aclocal-1.17
+elif automake-1.16 --version < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.16
ACLOCAL=aclocal-1.16
elif automake-1.15 --version < /dev/null > /dev/null 2>&1; then