2014-02-24 16:40:07 +00:00
|
|
|
---
|
|
|
|
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
|
2012-06-20 16:14:31 +00:00
|
|
|
@@ -1,8 +1,8 @@
|
|
|
|
## Process this file with automake to produce Makefile.in
|
2011-08-29 19:15:13 +00:00
|
|
|
|
2012-06-20 16:14:31 +00:00
|
|
|
#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
|
2011-08-29 19:15:13 +00:00
|
|
|
|
2012-06-20 16:14:31 +00:00
|
|
|
if BUILD_EXAMPLES
|
2014-02-24 16:40:07 +00:00
|
|
|
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])
|
2011-08-29 19:15:13 +00:00
|
|
|
|
|
|
|
AC_CONFIG_SRCDIR([lib/mdct.c])
|
|
|
|
-
|
|
|
|
+AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
AC_CANONICAL_TARGET([])
|
|
|
|
|
2014-02-24 16:40:07 +00:00
|
|
|
AM_INIT_AUTOMAKE
|