changeset 21121:9146cf854cb9

Makefile: Add -I . to ACLOCAL_AMFLAGS Without this when aclocal is automatically run it doesn't generate a working configure.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Wed, 16 Nov 2016 13:45:28 +0200
parents aca58a1e6717
children c1985bbd565c
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Nov 16 13:29:49 2016 +0200
+++ b/Makefile.am	Wed Nov 16 13:45:28 2016 +0200
@@ -1,5 +1,5 @@
 aclocaldir = $(datadir)/aclocal
-ACLOCAL_AMFLAGS=-I m4
+ACLOCAL_AMFLAGS=-I . -I m4
 
 SUBDIRS = \
 	. \