summaryrefslogtreecommitdiff
path: root/user/a52dec/automake.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 02:33:18 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 02:33:18 -0500
commit9d3f7ee760fc142660e85635c69777919304ec96 (patch)
tree8c7a7b56bc0b46d95dcfc5a7d522beaca0fde0ce /user/a52dec/automake.patch
parent8da9bf0271b2d3fc97222b6c5d8b054b42afc245 (diff)
downloadpackages-9d3f7ee760fc142660e85635c69777919304ec96.tar.gz
packages-9d3f7ee760fc142660e85635c69777919304ec96.tar.bz2
packages-9d3f7ee760fc142660e85635c69777919304ec96.tar.xz
packages-9d3f7ee760fc142660e85635c69777919304ec96.zip
user/a52dec: pull in, fix up, modernise
Diffstat (limited to 'user/a52dec/automake.patch')
-rw-r--r--user/a52dec/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/a52dec/automake.patch b/user/a52dec/automake.patch
new file mode 100644
index 000000000..42231e040
--- /dev/null
+++ b/user/a52dec/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.in.orig 2013-04-23 12:43:16.258733686 +0000
++++ ./configure.in 2013-04-23 12:43:32.922233281 +0000
+@@ -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_HEADERS(include/config.h)
+ AM_MAINTAINER_MODE
+ AC_CANONICAL_HOST
+