From 6a489de68cd4eeee7a6d730096407b1b0cf69638 Mon Sep 17 00:00:00 2001 From: Craig Keogh Date: Sat, 5 Feb 2011 10:04:30 +1030 Subject: [PATCH] configure: honor aclocal flags (bug 33922) --- Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index ba58a6f..530b46e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src data po doc +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} + EXTRA_DIST = DISTCHECK_CONFIGURE_FLAGS = \ -- 1.7.3.5