Add ACLOCAL_AMFLAGS = -I m4
authorMichael Biebl <biebl@debian.org>
Wed, 29 Apr 2009 22:10:12 +0000 (00:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 10 May 2009 00:43:46 +0000 (02:43 +0200)
As we already use AC_CONFIG_MACRO_DIR(m4), make sure to actually include
the m4 macros in the dist tarball.

Makefile.am

index 05425dd..c40811c 100644 (file)
@@ -83,3 +83,5 @@ BUILT_SOURCES = \
 
 atasmart.strpool.c: atasmart.c strpool
        $(top_builddir)/strpool $< $@
+
+ACLOCAL_AMFLAGS = -I m4