aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-16 16:21:42 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-08-16 16:21:42 +0200
commitac03072310d66f36da3d2a2f97df8c06095fc47e (patch)
treee7a44dfafd5f32941e6c63a465d2fa0aac662d6d /Makefile.am
parentb3e44c5291f60c0d70af941514ab58c8d31f14a7 (diff)
downloadudev-ac03072310d66f36da3d2a2f97df8c06095fc47e.tar.gz
make: allow to pass ${ACLOCAL_FLAGS}
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 563b09b9..53475690 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