summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-04-30 00:10:12 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-10 02:43:46 +0200
commita9d564ac46be6035f9924daf3b6d4eec220dbfd5 (patch)
treed63d4f66c63b6872674275e8620d63ef579455f6
parent4575df30a94c94ab151b2ba1cb964f3e0037e4e6 (diff)
Add ACLOCAL_AMFLAGS = -I m4
As we already use AC_CONFIG_MACRO_DIR(m4), make sure to actually include the m4 macros in the dist tarball.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 05425dd..c40811c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,3 +83,5 @@ BUILT_SOURCES = \
atasmart.strpool.c: atasmart.c strpool
$(top_builddir)/strpool $< $@
+
+ACLOCAL_AMFLAGS = -I m4