From a9d564ac46be6035f9924daf3b6d4eec220dbfd5 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 30 Apr 2009 00:10:12 +0200 Subject: 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit