From 485f6e18eded3008f1cac49e5cabbefe96fb6a98 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 5 Jan 2014 14:09:35 +0100 Subject: 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 887f103..b9706e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ if HAVE_PYTHON SUBDIRS += python endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python -- cgit v1.2.1