diff options
author | Xan Lopez <xan@gnome.org> | 2010-09-02 02:30:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-09-02 02:30:06 +0800 |
commit | 0a32007b2d9834e25bc180e520390074ac1eaf0c (patch) | |
tree | 5d5bb9a62388b5701beb1666d88ec051139a6d12 | |
parent | 1a21e15098d622ecb06efa4034d3f2d8e5dc4d79 (diff) | |
download | gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.gz gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.tar.zst gsoc2013-epiphany-0a32007b2d9834e25bc180e520390074ac1eaf0c.zip |
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.am | 2 |
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 = |