Commit 126e5224 126e5224956724968205c19c46abc54f70ad5663 by Sergey Poznyakoff

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

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