/[mailutils]/mailutils/configure.ac
ViewVC logotype

Diff of /mailutils/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by gray, Mon Oct 14 17:45:24 2002 UTC revision 1.21 by gray, Tue Oct 29 12:41:07 2002 UTC
# Line 17  Line 17 
17  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  #  #
19    
20  AC_INIT([GNU Mailutils], [0.1.1], [bug-mailutils@gnu.org])  AC_INIT([GNU Mailutils], [0.1.2], [bug-mailutils@gnu.org])
21  AC_CONFIG_SRCDIR([mailbox/mailbox.c])  AC_CONFIG_SRCDIR([mailbox/mailbox.c])
22  AC_CANONICAL_TARGET([])  AC_CANONICAL_TARGET([])
23  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
# Line 329  if test x"$use_virtual_domains" = x"yes" Line 329  if test x"$use_virtual_domains" = x"yes"
329      [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"])      [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"])
330  fi  fi
331    
332    MU_ENABLE_SUPPORT(imap)
333    MU_ENABLE_SUPPORT(pop)
334    AC_SUBST(MH_BUILD_DIRS)
335    MU_ENABLE_SUPPORT(mh, [MH_BUILD_DIRS='$(MH_DIRS)'])
336    AC_SUBST(SMTP_BUILD_DIRS)
337    MU_ENABLE_SUPPORT(smtp, [SMTP_BUILD_DIRS='$(SMTP_DIRS)'])
338    MU_ENABLE_SUPPORT(sendmail)
339    
340  if test x"$testpam" = x"yes"; then  if test x"$testpam" = x"yes"; then
341          AC_CHECK_HEADERS(security/pam_appl.h)          AC_CHECK_HEADERS(security/pam_appl.h)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26