From: Matthias Clasen Date: Tue, 16 Aug 2011 14:21:42 +0000 (+0200) Subject: make: allow to pass ${ACLOCAL_FLAGS} X-Git-Tag: 174~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac03072310d66f36da3d2a2f97df8c06095fc47e;ds=sidebyside make: allow to pass ${ACLOCAL_FLAGS} --- diff --git a/Makefile.am b/Makefile.am index 563b09b97..534756903 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