From 43b2b0c5dcf579b517539a3dd4a126b6b362e334 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 15 Jan 2010 07:25:46 +0100 Subject: Use a separate directory m4/ for the m4 macros. While at it, replace the deprecated macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 97f4b4f77..c116e5495 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,3 +72,4 @@ install-data-hook: rm -Rf $(DESTDIR)$(datadir)/tracker/tracker-introspect.xml endif +ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1