From ac03072310d66f36da3d2a2f97df8c06095fc47e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 16 Aug 2011 16:21:42 +0200 Subject: [PATCH] make: allow to pass ${ACLOCAL_FLAGS} --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 563b09b97..534756903 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = . EXTRA_DIST = autogen.sh -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_MAKEFLAGS = --no-print-directory -- 2.30.2