shithub: opusfile

Download patch

ref: cfe03293f7bc7ac036fb1c4a7ea4d6349569ea01
parent: c00791b37edfca5d086f7e1760f792d570317160
author: Ralph Giles <giles@mozilla.com>
date: Fri Sep 25 14:08:26 EDT 2015

Remove spurious ACLOCAL_FLAGS variable from autogen.sh.

autoreconf looks for ACLOCAL_*FLAGS in Makefile.am and will
pass that on when it invokes aclocal. Furthermore, setting
a local like this doesn't make it available to subcommands,
so the line has no effect.

--- a/autogen.sh
+++ b/autogen.sh
@@ -7,5 +7,4 @@
 
 echo "Updating build configuration files for opusfile, please wait...."
 
-ACLOCAL_FLAGS="-I m4"
 autoreconf -isf