summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-01 14:26:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-01 14:26:14 +0000
commit4edfeeec3caf3500943dd0820e809f7016eec476 (patch)
tree86639e57e57c02ef97c3527269c5257c675236f7 /configure.ac
parent3820159c7d6c49a45e27cf7d938994ee259fc3bc (diff)
downloadmailutils-4edfeeec3caf3500943dd0820e809f7016eec476.tar.gz
mailutils-4edfeeec3caf3500943dd0820e809f7016eec476.tar.bz2
Substitute MH_PROGRAMS, MH_LIBRARIES and SMTP_PROGRAMS variables.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e576d07f5..119af41cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.