From ab880ace45920de4416fcff9436bb8e79238afec Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Jan 2009 06:05:21 +0000 Subject: [PATCH] declare proper ACLOCAL_AMFLAGS SVN revision: 38614 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 64f19ad..957e186 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,8 @@ SUBDIRS = src data po EXTRA_DIST = \ README AUTHORS COPYING ephoto.spec +ACLOCAL_AMFLAGS = -I m4 + dist-hook: if test -d data; then \ (cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \