spost(8) has been merged into post(8). Its functionality is
[mmh] / configure.ac
index a0d1756..eaa60b3 100644 (file)
@@ -111,11 +111,12 @@ AC_ARG_ENABLE([lockdir],
 
 dnl What method of posting should post use?
 AC_ARG_WITH([mts],
-  AS_HELP_STRING([--with-mts=@<:@smtp|sendmail@:>@],
+  AS_HELP_STRING([--with-mts=@<:@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"],
       [MTS="smtp"])
 AC_SUBST([MTS])dnl