[Spice-devel] [spice-protocol 2/2] build-sys: Make sure aclocal picks up macros in the m4/ dir
Christophe Fergeau
cfergeau at redhat.com
Fri Aug 7 03:58:58 PDT 2015
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(+)
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
--
2.4.3
More information about the Spice-devel
mailing list