Drop required automake version to 1.10.

Multimedia / Daala - Ralph Giles [mozilla.com] - 28 May 2013 14:05 UTC

We don't appear to be relying on 1.11 features, and this helps build out of the box on MacOS X.

###

diff --git a/configure.ac b/configure.ac
index dfcb10c..4328081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([src/decode.c])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE

-AM_INIT_AUTOMAKE([1.11 foreign no-define])
+AM_INIT_AUTOMAKE([1.10 foreign no-define])
AM_MAINTAINER_MODE([enable])
LT_INIT

8b2ff33 Drop required automake version to 1.10.
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.xiph.org


  • Share