Commit 126e5224 126e5224956724968205c19c46abc54f70ad5663 by Sergey Poznyakoff

Added testsuite for sieve. Changed version number to 0.0.9e.

1 parent eef0a2ae
dnl Process this file with autoconf to procude a configure script.
AC_INIT([GNU Mailutils], [0.0.9d], [bug-mailutils@gnu.org])
AC_INIT([GNU Mailutils], [0.0.9e], [bug-mailutils@gnu.org])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE
......@@ -495,6 +495,7 @@ AC_CONFIG_FILES([Makefile mailutils.spec
frm/Makefile
frm/testsuite/Makefile
sieve/Makefile
sieve/testsuite/Makefile
messages/Makefile
messages/testsuite/Makefile
scripts/Makefile
......