Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4edfeeec
...
4edfeeec3caf3500943dd0820e809f7016eec476
authored
2002-11-01 14:26:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Substitute MH_PROGRAMS, MH_LIBRARIES and SMTP_PROGRAMS variables.
1 parent
3820159c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
configure.ac
configure.ac
View file @
4edfeee
...
...
@@ -331,10 +331,12 @@ fi
MU_ENABLE_SUPPORT(imap)
MU_ENABLE_SUPPORT(pop)
AC_SUBST(MH_BUILD_DIRS)
MU_ENABLE_SUPPORT(mh, [MH_BUILD_DIRS='$(MH_DIRS)'])
AC_SUBST(SMTP_BUILD_DIRS)
MU_ENABLE_SUPPORT(smtp, [SMTP_BUILD_DIRS='$(SMTP_DIRS)'])
AC_SUBST(MH_PROGRAMS)
AC_SUBST(MH_LIBRARIES)
MU_ENABLE_SUPPORT(mh, [MH_PROGRAMS='$(MH_PROGRAMS)'; MH_LIBRARIES='$(MH_LIBRARIES)'])
AC_SUBST(SMTP_PROGRAMS)
MU_ENABLE_SUPPORT(smtp, [SMTP_PROGRAMS='$(SMTP_PROGRAMS)'])
MU_ENABLE_SUPPORT(sendmail)
if test x"$testpam" = x"yes"; then
...
...
Please
register
or
sign in
to post a comment