summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2015-10-02 08:41:06 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2016-05-17 09:21:26 +0200
commit67d8ef459e7a7e4b21b53d02704f77292cf017e0 (patch)
treebb9bdee69c5a48a5eb40d189bccc934b1382d0c3
parent9b7cfd2e7a42bed25891a51d753ec4165ba56550 (diff)
downloadgnome-doc-utils-67d8ef459e7a7e4b21b53d02704f77292cf017e0.tar.gz
Makefile.am: Fix gnome-doc-utils.m4 inclusion
GNOME_DOC_DEFINES is used in configure.ac, thus aclocal needs to know where to look for it. It used to work by using the *installed* version of gnome-doc-utils.m4, but for bootstrapping it fails. New features would be missing too. While at it, add ${ACLOCAL_FLAGS} as adviced by the Automake manual. https://bugzilla.gnome.org/show_bug.cgi?id=755966 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc8702f..fb399cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif
# doc must go last
SUBDIRS = data po xslt tools $(build_SUBDIRS) doc
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I tools ${ACLOCAL_FLAGS}
EXTRA_DIST = \
$(pkgdata_DATA) \