summaryrefslogtreecommitdiffstats
path: root/contrib/libvorbis
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/libvorbis
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/libvorbis')
-rw-r--r--contrib/libvorbis/A00-automake.patch12
1 files changed, 12 insertions, 0 deletions
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")