dovecot-2.2-pigeonhole: Previous change actually didn't work com...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Oct 30 22:15:55 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/b7754774631d
changeset: 1951:b7754774631d
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Oct 30 23:15:45 2014 +0100
description:
Previous change actually didn't work completely.

diffstat:

 configure.ac |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r b5720ebf8d18 -r b7754774631d configure.ac
--- a/configure.ac	Thu Oct 30 22:40:16 2014 +0100
+++ b/configure.ac	Thu Oct 30 23:15:45 2014 +0100
@@ -18,9 +18,6 @@
 
 AM_MAINTAINER_MODE
 
-ACLOCAL_AMFLAGS='-I $(top_srcdir)'
-AC_SUBST(ACLOCAL_AMFLAGS)
-
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_LIBTOOL
@@ -31,7 +28,7 @@
 DC_DOVECOT
 DC_DOVECOT_MODULEDIR
 LIBDOVECOT_INCLUDE="$LIBDOVECOT_INCLUDE $LIBDOVECOT_STORAGE_INCLUDE"
-CFLAGS="$DOVECOT_CFLAGS"
+CFLAGS="$DOVECOT_CFLAGS -I\$(top_srcdir)"
 LIBS="$DOVECOT_LIBS"
 AC_SUBST(LIBDOVECOT_INCLUDE)
 


More information about the dovecot-cvs mailing list