libvorbis/vorbis-fix-linking.patch

34 lines
1.1 KiB
Diff

---
Makefile.am | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Index: libvorbis-1.3.4/Makefile.am
===================================================================
--- libvorbis-1.3.4.orig/Makefile.am 2014-01-22 09:53:32.000000000 +0000
+++ libvorbis-1.3.4/Makefile.am 2014-02-23 19:35:36.000000000 +0000
@@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
#AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
-AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
-
+AUTOMAKE_OPTIONS = foreign 1.10 dist-zip
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = m4 include vq lib test doc
if BUILD_EXAMPLES
Index: libvorbis-1.3.4/configure.ac
===================================================================
--- libvorbis-1.3.4.orig/configure.ac 2014-01-22 11:09:44.000000000 +0000
+++ libvorbis-1.3.4/configure.ac 2014-02-23 19:35:36.000000000 +0000
@@ -8,7 +8,7 @@ dnl ------------------------------------
AC_INIT([libvorbis],[1.3.4],[vorbis-dev@xiph.org])
AC_CONFIG_SRCDIR([lib/mdct.c])
-
+AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE