X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=2eb35f2d70ea0394ac0ca19de7fd6cb568a236df;hb=048b87ce37c843865a3a9bbf370a8ee7e202d29d;hp=eaa60b36e3a7ed4280ce70c26eee0747f71bd273;hpb=2b72292fe9a76e3e70b63a7cd639499214097bf8;p=mmh diff --git a/configure.ac b/configure.ac index eaa60b3..2eb35f2 100644 --- a/configure.ac +++ b/configure.ac @@ -111,12 +111,13 @@ AC_ARG_ENABLE([lockdir], dnl What method of posting should post use? AC_ARG_WITH([mts], - AS_HELP_STRING([--with-mts=@<:@smtp|sendmail|pipe@:>@], + AS_HELP_STRING([--with-mts=@<:@smtp|sendmail/smtp|sendmail/pipe@:>@], [specify the default mail transport agent/service])) AS_IF([test x"$with_mts" = x"smtp"], [MTS="smtp"], - [test x"$with_mts" = x"sendmail"], [MTS="sendmail"], - [test x"$with_mts" = x"pipe"], [MTS="pipe"], + [test x"$with_mts" = x"sendmail"], [MTS="sendmail/smtp"], + [test x"$with_mts" = x"sendmail/smtp"], [MTS="sendmail/smtp"], + [test x"$with_mts" = x"sendmail/pipe"], [MTS="sendmail/pipe"], [MTS="smtp"]) AC_SUBST([MTS])dnl @@ -817,5 +818,5 @@ TLS support : ${tls_support} dnl --------------- dnl OUTPUT MAKEFILE dnl --------------- -AC_CONFIG_FILES([Makefile test/common.sh]) +AC_CONFIG_FILES([Makefile uip/spost test/common.sh]) AC_OUTPUT