shithub: opusfile

Download patch

ref: adf627ed48ecf50824a4d34ed3077fbbd16ae1be
parent: d3186edbe045c08ca40d00814d145b77a5f87f72
author: Ralph Giles <giles@mozilla.com>
date: Tue Jan 7 11:32:45 EST 2014

Make subdir-objects the default.

Automake 1.14.1 warns that this will become the default in the future
and advises enabling this, I assume to catch conflicts. We already
use this option in the opus library.

--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 AC_USE_SYSTEM_EXTENSIONS
 AC_SYS_LARGEFILE
 
-AM_INIT_AUTOMAKE([1.11 foreign no-define dist-zip])
+AM_INIT_AUTOMAKE([1.11 foreign no-define dist-zip subdir-objects])
 AM_MAINTAINER_MODE([enable])
 LT_INIT