From dae2a3dd0910c82e2c0030dfa019ffb23e35686c Mon Sep 17 00:00:00 2001 From: Maciej Wolny Date: Tue, 5 Jun 2018 11:53:51 +0100 Subject: Makefile.am: add include dir for AC_CONFIG_MACRO_DIR to work da331647269ee9d73c4008ae901d107320bdc8d1 added a compatiblity macro for old versions of pkg-config. However, the file in which that macro resides was not included. From the autoconf docs: "Note that if you use aclocal from Automake to generate aclocal.m4, you must also set ACLOCAL_AMFLAGS = -I dir in your top-level Makefile.am.". Reviewed-by: Emil Velikov Acked-by: Pekka Paalanen --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4b9a901..1aa13cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + unstable_protocols = \ unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \ unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \ -- cgit v1.2.3