Skip to content
Snippets Groups Projects
Commit a5073807 authored by Gilles Chehade's avatar Gilles Chehade
Browse files

unfuck automake version detection, we'll need something better

parent e3949448
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/n
# Check for automake
amvers="no"
for v in 15 14; do
for v in 16.1 16 15 14; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment