summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-09-02 03:30:06 +0900
committerXan Lopez <xan@gnome.org>2010-09-02 03:30:06 +0900
commit0a32007b2d9834e25bc180e520390074ac1eaf0c (patch)
tree5d5bb9a62388b5701beb1666d88ec051139a6d12
parent1a21e15098d622ecb06efa4034d3f2d8e5dc4d79 (diff)
downloadepiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.gz
Makefile: pass ACLOCAL_FLAGS to aclocal
That way it can pick up m4 files in weird places if set-up properly, like by jhbuild.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 =