Skip to content
Snippets Groups Projects
Commit 6e0c0008 authored by Jean-Paul Saman's avatar Jean-Paul Saman
Browse files

bootstrap: allow for automake 1.12

parent 0cb6ab73
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`"
# Check for automake
amvers="no"
for v in 11 10 9 8 7 6 5; do
for v in 12 11 10 9 8 7 6 5; 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