shithub: opus-tools

Download patch

ref: f0f52ea97179454c46c4a41a01237043dfc2197c
parent: 0886c0f8cc4f047da2db7ef4859dc502b7256f27
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Wed Dec 13 07:03:33 EST 2017

Use libtool to allow uninstalled dependencies

Signed-off-by: Mark Harris <mark.hsj@gmail.com>

--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,8 @@
 AC_C_CONST
 AC_C_INLINE
 
+LT_INIT
+
 #Use a hacked up version of autoconf's AC_C_RESTRICT because it's not
 #strong enough a test to detect old buggy versions of GCC (e.g. 2.95.3)
 #Note: Both this and the test for variable-size arrays below are also