From: Sven Eckelmann <sven@narfation.org>
Date: Sat, 21 Nov 2009 22:58:26 +0100
Subject: Allow libtool to update their files to keep them consistent

---
 Makefile.am  | 1 +
 configure.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 16baf2f..43c262e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = m4 man src thumbnailer pixmaps glade examples po
 
 appldir = ${datadir}/applications
diff --git a/configure.in b/configure.in
index 307d0ca..ba14cf3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,5 @@
 AC_INIT(configure.in)
+AC_CONFIG_MACRO_DIR([m4])
 
 VERSION=0.2.99.5
 PACKAGE=g3dviewer
