From 67d8ef459e7a7e4b21b53d02704f77292cf017e0 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Fri, 2 Oct 2015 08:41:06 +0200 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v1.2.1