changeset 20493:4c77eadf2e9f

configure: Add m4 and aux dir to configure
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Mon, 04 Jul 2016 09:37:33 +0300
parents fac0281a2c4e
children d94cdfbc61e1
files Makefile.am configure.ac m4/.gitkeep
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Jul 04 09:30:13 2016 +0300
+++ b/Makefile.am	Mon Jul 04 09:37:33 2016 +0300
@@ -1,4 +1,5 @@
 aclocaldir = $(datadir)/aclocal
+ACLOCAL_AMFLAGS=-I m4
 
 SUBDIRS = \
 	. \
--- a/configure.ac	Mon Jul 04 09:30:13 2016 +0300
+++ b/configure.ac	Mon Jul 04 09:37:33 2016 +0300
@@ -4,7 +4,8 @@
 # recompiling plugins. Most importantly that means if any structs are changed.
 AC_INIT([Dovecot],[2.2.devel],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
-
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])