[Spice-devel] [PATCH spice-streaming-agent 1/3] build: Avoid a warning running autoreconf

Frediano Ziglio fziglio at redhat.com
Fri Jun 1 11:59:44 UTC 2018


During autoreconf this suggestion is emitted:

libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 32fdaff..99c1308 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 NULL =
 SUBDIRS = \
 	include/spice-streaming-agent \
-- 
2.17.0



More information about the Spice-devel mailing list