Commit 05c4e0e3 05c4e0e32cd81aae1be741b1ab04d2fe2b1e1de6 by Sergey Poznyakoff

Call AC_CANONICAL_SYSTEM. Create mail/testsuite/Makefile

1 parent 1192cc21
dnl Process this file with autoconf to procude a configure script.
AC_INIT(mailbox/mailbox.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(mailutils, 0.0.9d)
AM_CONFIG_HEADER(config.h)
......@@ -400,6 +401,7 @@ AC_OUTPUT(Makefile mailutils.spec
mailbox/include/Makefile
from/Makefile
mail/Makefile
mail/testsuite/Makefile
pop3d/Makefile
frm/Makefile
sieve/Makefile
......