From d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 5 Jan 2014 14:11:22 +0100 Subject: Add to ACLOCAL_AMFLAGS for user added flags --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c37e6929..24762184 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ distuninstallcheck: distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ m4 \ -- cgit v1.2.1