aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrandy-waterhouse <noone@yodasan>2014-09-14 11:09:25 +1200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-16 11:55:15 +0200
commit52a5f903605760f54370863679740f5ac0354f13 (patch)
treef8c488d85ef72287c5fdb36ff81471d3f555d18b /Makefile.am
parente5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff)
downloadbitcoin-52a5f903605760f54370863679740f5ac0354f13.tar.xz
Create the common location for all m4 autotool build scripts, build-aux/m4.
Update .gitignore.
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 a64666a32b..fe7244edf8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I src/m4
+ACLOCAL_AMFLAGS = -I build-aux/m4
SUBDIRS = src
.PHONY: deploy FORCE