Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL
[platform/upstream/dbus.git] / Makefile.am
index ac7dcb1..52b40e9 100644 (file)
@@ -29,6 +29,6 @@ update-authors:
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 include tools/lcov.am