head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.08.26.20.57.33; author rse; state Exp; branches; next ; commitid 1XBwNbqWBoPesf1u; desc @@ 1.1 log @new package: opendkim 1.0.0 (DKIM Sender Authentication for Mail) @ text @Index: configure --- configure.orig 2009-08-14 18:44:47 +0200 +++ configure 2009-08-25 08:49:00 +0200 @@@@ -22774,7 +22774,7 @@@@ then for d in $milterdirs do - if test -f $d/include/libmilter/mfapi.h + if test -f $d/include/milter/mfapi.h then milterpath=$d break @@@@ -22796,7 +22796,7 @@@@ { (exit 1); exit 1; }; } ;; */*) - if ! test -f $milterpath/include/libmilter/mfapi.h + if ! test -f $milterpath/include/milter/mfapi.h then { { $as_echo "$as_me:$LINENO: error: milter includes not found at $milterpath" >&5 $as_echo "$as_me: error: milter includes not found at $milterpath" >&2;} Index: opendkim/opendkim.c --- opendkim/opendkim.c.orig 2009-08-13 07:11:07 +0200 +++ opendkim/opendkim.c 2009-08-25 08:49:21 +0200 @@@@ -64,7 +64,7 @@@@ #endif /* ! _PATH_SENDMAIL */ /* libmilter includes */ -#include "libmilter/mfapi.h" +#include "milter/mfapi.h" /* libopendkim includes */ #include Index: opendkim/opendkim.h --- opendkim/opendkim.h.orig 2009-07-23 20:05:39 +0200 +++ opendkim/opendkim.h 2009-08-25 08:49:15 +0200 @@@@ -23,7 +23,7 @@@@ #include /* libmilter */ -#include +#include /* libopendkim */ #include @