diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-16 16:21:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-16 16:21:42 +0200 |
commit | ac03072310d66f36da3d2a2f97df8c06095fc47e (patch) | |
tree | e7a44dfafd5f32941e6c63a465d2fa0aac662d6d | |
parent | b3e44c5291f60c0d70af941514ab58c8d31f14a7 (diff) |
make: allow to pass ${ACLOCAL_FLAGS}
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 563b09b97b..534756903e 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 |