summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-08-05 01:08:05 +0530
committerMukund Sivaraman <muks@banu.com>2010-08-05 01:08:05 +0530
commit450d8a9aa193b606991dd13612cf947e890b09c3 (patch)
tree2b0b1260a51d620f66898bbd156f0a316debe065 /Makefile.am
parent0229e008879b0fca75593343c236257d97a8aaac (diff)
Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS
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 baa9463e..0947aec0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = dist-bzip2
-ACLOCAL_AMFLAGS = -I m4macros
+ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
# The libs directory needs to be before anything which can depend on its
# libraries, otherwise any potentially rebuilt libs won't be picked up until