From 342dd3d580650ef2d0ff6a69bb64ddf2c510648c Mon Sep 17 00:00:00 2001
From: infirit <infirit@gmail.com>
Date: Sun, 5 Jan 2014 14:06:59 +0100
Subject: [PATCH] Add  to ACLOCAL_AMFLAGS for user added flags

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a6e8ebc0..f2a34e5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 # This file will be processed with automake-1.7 to create Makefile.in
 
 AUTOMAKE_OPTIONS = 1.7
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 NULL =
 
-- 
GitLab