From d9dc570c593a29be62b3d85cef43f92f52dcce8e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Jul 2010 19:46:40 -0400 Subject: [PATCH] Add ACLOCAL_AMFLAGS to Makefile.am Patch by Vincent Untz, bug 570036 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9ee0acd0d..668953e19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.decl AUTOMAKE_OPTIONS = 1.7 +ACLOCAL_AMFLAGS = -I m4macros + SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs DIST_SUBDIRS = $(SUBDIRS) build