]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure, Makefile: Tell autoconf/automake about m4 directory
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 22 Apr 2016 19:36:39 +0000 (22:36 +0300)
committerGitLab <gitlab@git.dovecot.net>
Sat, 23 Apr 2016 11:06:48 +0000 (14:06 +0300)
To finally get rid of the complaints:

libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Makefile.am
configure.ac

index 418ea70cdf5d5b7f6d68af1fa0590dc0e11d2415..ec527bbf00a5dd749d7fb99b538990a18ad0771d 100644 (file)
@@ -1,4 +1,5 @@
 aclocaldir = $(datadir)/aclocal
+ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = \
        . \
index 301118c638d5f5fee7cac368f29de2498ae4fb2f..d5789bb2140548bf3367d0dd9dddfe9dc199b322 100644 (file)
@@ -6,6 +6,7 @@ AC_INIT([Dovecot],[2.3.devel],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
+AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([foreign])