Added testsuite for sieve. Changed version number to 0.0.9e.
Showing
1 changed file
with
2 additions
and
1 deletions
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 | ... | ... |
-
Please register or sign in to post a comment