From 76066f2d9fa38aa7633e7c289bdc998e3325c6f7 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 18 Jan 2017 09:39:02 -0600 Subject: [PATCH] build: Disable automake compatibility warnings We require GNU make, so stop complaining when autoconf does things that require GNU make. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 32b70d4678..b29bfdac13 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +AUTOMAKE_OPTIONS= -Wno-portability MAINTAINERCLEANFILES = Makefile.in CLEANFILES = BUILT_SOURCES =