diff options
author | konablend <[email protected]> | 2013-01-29 02:44:40 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2013-01-29 02:44:40 +0000 |
commit | 20f084e90a80f90205e0af6c97021dc617d3cc8c (patch) | |
tree | 4cc01ef483a58e2962b1769064086e548bb62ab2 /contrib/a52dec | |
parent | bd424cd40a22f850815fb840f9b294191a605868 (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@5219 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/a52dec')
-rw-r--r-- | contrib/a52dec/A03-automake.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/a52dec/A03-automake.patch b/contrib/a52dec/A03-automake.patch new file mode 100644 index 000000000..142091dc6 --- /dev/null +++ b/contrib/a52dec/A03-automake.patch @@ -0,0 +1,12 @@ +diff -Naur a52dec.orig/configure.in a52dec/configure.in +--- a52dec.orig/configure.in 2002-07-27 23:50:20.000000000 -0400 ++++ a52dec/configure.in 2013-01-28 21:06:27.000000000 -0500 +@@ -6,7 +6,7 @@ + AC_CONFIG_FILES([Makefile autotools/Makefile include/Makefile test/Makefile + doc/Makefile src/Makefile liba52/Makefile libao/Makefile vc++/Makefile]) + AM_INIT_AUTOMAKE([a52dec],[0.7.4]) +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADER(include/config.h) + AM_MAINTAINER_MODE + AC_CANONICAL_HOST + |