From 52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 7 Aug 2015 12:55:07 +0200 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e509dd6..1082bf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ NULL = +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = python_modules spice codegendir = $(libdir)/spice-protocol -- cgit