diff options
Diffstat (limited to 'extra/a52dec/configure.patch')
-rw-r--r-- | extra/a52dec/configure.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/a52dec/configure.patch b/extra/a52dec/configure.patch new file mode 100644 index 000000000..6f109d824 --- /dev/null +++ b/extra/a52dec/configure.patch @@ -0,0 +1,18 @@ +--- configure.in 2002-07-28 05:50:20.000000000 +0200 ++++ configure.ac 2013-02-20 10:38:15.263223716 +0100 +@@ -1,12 +1,12 @@ + dnl Process this file with autoconf to produce a configure script. + AC_PREREQ(2.52) +-AC_INIT ++AC_INIT([a52dec],[0.7.4]) + AC_CONFIG_SRCDIR([src/a52dec.c]) + AC_CONFIG_AUX_DIR(autotools) + 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) ++AM_INIT_AUTOMAKE ++AC_CONFIG_HEADERS(include/config.h) + AM_MAINTAINER_MODE + AC_CANONICAL_HOST + |