shithub: libdvdcss

Download patch

ref: 5c8ae97ccd0b5ee13c66f249efb630645622eaf9
parent: 839b9184e8fb92040e2004845532f2b15c0e8f23
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Fri Jun 15 07:35:09 EDT 2012

Automake 12 is out


--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: bootstrap 2005 2008-07-16 20:51:50Z sam $
+# $Id$
 
 # bootstrap: generic bootstrap/autogen.sh script for autotools projects
 #
@@ -36,7 +36,7 @@
 
 # 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