dovecot-2.0: Makefile: Added empty install-exec-hook to fix olde...

dovecot at dovecot.org dovecot at dovecot.org
Fri Feb 19 12:19:29 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f11ffb8a65f8
changeset: 10768:f11ffb8a65f8
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Feb 19 12:19:27 2010 +0200
description:
Makefile: Added empty install-exec-hook to fix older automakes.

diffstat:

 Makefile.am |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r ce1dd7328b20 -r f11ffb8a65f8 Makefile.am
--- a/Makefile.am	Fri Feb 19 12:04:31 2010 +0200
+++ b/Makefile.am	Fri Feb 19 12:19:27 2010 +0200
@@ -56,6 +56,8 @@
 	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1=-ldovecot-storage|" \
 	-e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \
 	> $(DESTDIR)$(pkglibdir)/dovecot-config
+else
+install-exec-hook:
 endif
 
 CLEANFILES = $(datafiles)


More information about the dovecot-cvs mailing list