3 Downloaded from upstream git
4 https://git.xiph.org/?p=theora.git;a=commitdiff;h=28cc6dbd9b2a141df94f60993256a5fca368fa54
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
9 From: Tim Terriberry <tterribe@xiph.org>
10 Date: Fri, 20 May 2011 20:41:50 +0000 (+0000)
11 Subject: Make autoreconf -i -f work.
12 X-Git-Url: https://git.xiph.org/?p=theora.git;a=commitdiff_plain;h=28cc6dbd9b2a141df94f60993256a5fca368fa54
14 Make autoreconf -i -f work.
16 Patch from David Schleef.
18 svn path=/trunk/theora/; revision=17990
21 diff --git a/Makefile.am b/Makefile.am
22 index 89fd753..1783857 100644
26 #AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2
27 AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
29 +ACLOCAL_AMFLAGS=-I m4
31 if THEORA_ENABLE_EXAMPLES
32 EXAMPLES_DIR = examples
34 diff --git a/configure.ac b/configure.ac
35 index 1cbec1a..456b603 100644
38 @@ -68,7 +68,7 @@ AC_LIBTOOL_WIN32_DLL
41 dnl Add parameters for aclocal
42 -AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
43 +AC_CONFIG_MACRO_DIR([m4])