diff options
author | konablend <[email protected]> | 2013-01-29 05:06:25 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2013-01-29 05:06:25 +0000 |
commit | 1f7eae1392969741ca160185761a65ada301fa99 (patch) | |
tree | 3db2c74716d51852eca3be1c24b6c36c109dd629 /contrib | |
parent | 20f084e90a80f90205e0af6c97021dc617d3cc8c (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')
-rw-r--r-- | contrib/libbluray/A00-automake.patch | 12 | ||||
-rw-r--r-- | contrib/libogg/A00-automake.patch | 12 | ||||
-rw-r--r-- | contrib/libvorbis/A00-automake.patch | 12 |
3 files changed, 36 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 + "") diff --git a/contrib/libogg/A00-automake.patch b/contrib/libogg/A00-automake.patch new file mode 100644 index 000000000..69a3f198f --- /dev/null +++ b/contrib/libogg/A00-automake.patch @@ -0,0 +1,12 @@ +diff -Naur libogg-1.3.0.orig/configure.in libogg-1.3.0/configure.in +--- libogg-1.3.0.orig/configure.in 2011-08-04 13:11:08.000000000 -0400 ++++ libogg-1.3.0/configure.in 2013-01-28 23:40:03.000000000 -0500 +@@ -19,7 +19,7 @@ + AM_PROG_CC_C_O + + dnl config.h +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + dnl Set some options based on environment + diff --git a/contrib/libvorbis/A00-automake.patch b/contrib/libvorbis/A00-automake.patch new file mode 100644 index 000000000..8c98fde69 --- /dev/null +++ b/contrib/libvorbis/A00-automake.patch @@ -0,0 +1,12 @@ +diff -Naur aotuv-b6.03_20110424.orig/configure.ac aotuv-b6.03_20110424/configure.ac +--- aotuv-b6.03_20110424.orig/configure.ac 2010-11-01 15:27:12.000000000 -0400 ++++ aotuv-b6.03_20110424/configure.ac 2013-01-28 23:43:26.000000000 -0500 +@@ -13,7 +13,7 @@ + + AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) + AM_MAINTAINER_MODE +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADER([config.h]) + + dnl Add parameters for aclocal + AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") |