declare proper ACLOCAL_AMFLAGS

SVN revision: 38614
This commit is contained in:
Mike Frysinger 2009-01-17 06:05:21 +00:00
parent 9a2fe37118
commit ab880ace45
1 changed files with 2 additions and 0 deletions

View File

@ -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`) \