diff options
author | randy-waterhouse <noone@yodasan> | 2014-09-14 11:09:25 +1200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-16 11:55:15 +0200 |
commit | 52a5f903605760f54370863679740f5ac0354f13 (patch) | |
tree | f8c488d85ef72287c5fdb36ff81471d3f555d18b /Makefile.am | |
parent | e5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff) |
Create the common location for all m4 autotool build scripts, build-aux/m4.
Update .gitignore.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |