Skip to content

Commit

Permalink
configure: Removed AC_CONFIG_MACRO_DIR([m4]) for now
Browse files Browse the repository at this point in the history
Fixes:
libtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I ..
  • Loading branch information
sirainen committed Nov 16, 2016
1 parent 9c7ff1c commit 82a1704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -4,7 +4,6 @@ AC_PREREQ([2.59])
# 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])

Expand Down

0 comments on commit 82a1704

Please sign in to comment.