diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-08-07 12:55:07 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-08-07 12:55:07 +0200 |
commit | 52ae5ed2c8b16d3f1bd09709209f822cfce5ed9a (patch) | |
tree | edbdbde18a85589318f6f542b9e6b19613720cc7 | |
parent | 3f0eaa717b7f138fb540122dbb4e1db86a4b3f4d (diff) |
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.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |