From d663fd1ee78e54487d454c4fcd42f641e36264a6 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Fri, 20 May 2011 20:41:50 +0000 Subject: [PATCH 5/5] Make autoreconf -i -f work. Patch from David Schleef. svn path=/trunk/theora/; revision=17990 --- Makefile.am | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 71fb603..1840203 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2 +ACLOCAL_AMFLAGS=-I m4 + if THEORA_ENABLE_EXAMPLES EXAMPLES_DIR = examples else diff --git a/configure.ac b/configure.ac index 4167cef..a446920 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl Add parameters for aclocal -AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") +AC_CONFIG_MACRO_DIR([m4]) dnl Check for doxygen AC_ARG_ENABLE([doc],