summaryrefslogtreecommitdiffstats
path: root/contrib/libbluray
diff options
context:
space:
mode:
authorkonablend <[email protected]>2013-01-29 05:06:25 +0000
committerkonablend <[email protected]>2013-01-29 05:06:25 +0000
commit1f7eae1392969741ca160185761a65ada301fa99 (patch)
tree3db2c74716d51852eca3be1c24b6c36c109dd629 /contrib/libbluray
parent20f084e90a80f90205e0af6c97021dc617d3cc8c (diff)
- drop deprecated usage of automake macro
- required for pending automake-1.13.1 bump - should be backwards compatible with automake 1.7 (late 2002) and higher git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5220 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libbluray')
-rw-r--r--contrib/libbluray/A00-automake.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libbluray/A00-automake.patch b/contrib/libbluray/A00-automake.patch
new file mode 100644
index 000000000..20f7d8805
--- /dev/null
+++ b/contrib/libbluray/A00-automake.patch
@@ -0,0 +1,12 @@
+diff -Naur libbluray-0.2.3.orig/configure.ac libbluray-0.2.3/configure.ac
+--- libbluray-0.2.3.orig/configure.ac 2012-08-17 07:27:32.000000000 -0400
++++ libbluray-0.2.3/configure.ac 2013-01-28 23:52:04.000000000 -0500
+@@ -22,7 +22,7 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CANONICAL_SYSTEM
+ AM_INIT_AUTOMAKE([foreign tar-ustar])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ case "${host_os}" in
+ "")