declare proper ACLOCAL_AMFLAGS

SVN revision: 38614
v-1.6.0
Mike Frysinger 15 years ago
parent 9a2fe37118
commit ab880ace45
  1. 2
      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`) \

Loading…
Cancel
Save