From 0a32007b2d9834e25bc180e520390074ac1eaf0c Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 2 Sep 2010 03:30:06 +0900 Subject: Makefile: pass ACLOCAL_FLAGS to aclocal That way it can pick up m4 files in weird places if set-up properly, like by jhbuild. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6fe44ea51..68235f776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ if ENABLE_TESTS SUBDIRS += tests endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} NULL = -- cgit v1.2.3