]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Add -I . to ACLOCAL_AMFLAGS
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Nov 2016 11:45:28 +0000 (13:45 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Nov 2016 11:45:28 +0000 (13:45 +0200)
Without this when aclocal is automatically run it doesn't generate a working
configure.

Makefile.am

index d55e52f31f238feeaf79c244f12f21cdde6a1a1a..38e23c11292df0a84602b0c7a1dd7f0aad044718 100644 (file)
@@ -1,5 +1,5 @@
 aclocaldir = $(datadir)/aclocal
-ACLOCAL_AMFLAGS=-I m4
+ACLOCAL_AMFLAGS=-I . -I m4
 
 SUBDIRS = \
        . \