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/libogg | |
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/libogg')
-rw-r--r-- | contrib/libogg/A00-automake.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |