From: Timo Sirainen Date: Wed, 16 Nov 2016 11:45:28 +0000 (+0200) Subject: Makefile: Add -I . to ACLOCAL_AMFLAGS X-Git-Tag: 2.2.27~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e781083fda64dbef816dad6249af03da14daa3e;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Add -I . to ACLOCAL_AMFLAGS Without this when aclocal is automatically run it doesn't generate a working configure. --- diff --git a/Makefile.am b/Makefile.am index d55e52f31f..38e23c1129 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ aclocaldir = $(datadir)/aclocal -ACLOCAL_AMFLAGS=-I m4 +ACLOCAL_AMFLAGS=-I . -I m4 SUBDIRS = \ . \