Skip to content

Commit

Permalink
Merge pull request #2201 from wsnipex/libdvd-fix
Browse files Browse the repository at this point in the history
libdvdccs: allow use of automake >1.11, thx brianf21
  • Loading branch information
MartijnKaijser committed Feb 9, 2013
2 parents 94ba850 + 82027eb commit 20f2624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libdvd/libdvdcss/bootstrap
Original file line number Diff line number Diff line change
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 20f2624

Please sign in to comment.