Makefile.am: add include dir for AC_CONFIG_MACRO_DIR to work

da33164726 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 <emil.velikov@collabora.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Maciej Wolny 2018-06-05 11:53:51 +01:00 committed by Pekka Paalanen
parent c5f0f1a739
commit dae2a3dd09

View file

@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
unstable_protocols = \ unstable_protocols = \
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \ unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \ unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \