From a2c66b55b36e34f43fb79115c27bff3226cb6a6c Mon Sep 17 00:00:00 2001 From: Craig Keogh Date: Sat, 5 Feb 2011 09:55:33 +1030 Subject: Honor aclocal flags (GNOME bug 641567) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3bdb92c..83aba99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ endif SUBDIRS = libgnomekbd $(TEST) capplet po -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-introspection -- cgit v1.2.1