Skip to content

Commit

Permalink
libdvdccs: allow use of automake >1.11, thx brianf21
Browse files Browse the repository at this point in the history
this check should be reworked upstream
  • Loading branch information
wsnipex committed Feb 9, 2013
1 parent 02f4688 commit 82027eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libdvd/libdvdcss/bootstrap
Expand Up @@ -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 11 10 9 8 7 6 5; do
for v in 13 12 11 10 9 8 7 6 5; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break
Expand Down

0 comments on commit 82027eb

Please sign in to comment.