build-sys: Make sure aclocal picks up macros in the m4/ dir

Older aclocal version needs to have ACLOCAL_FLAGS defined in Makefile.am
in order to be able to pick up macros stored in m4/ in the source
directory.
This commit is contained in:
Christophe Fergeau 2015-08-07 12:55:07 +02:00
parent 3f0eaa717b
commit 52ae5ed2c8

View File

@ -1,4 +1,5 @@
NULL =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = python_modules spice
codegendir = $(libdir)/spice-protocol