]> diplodocus.org Git - nmh/blobdiff - configure.ac
Added "-d --" to invocation of ls when figuring out what files
[nmh] / configure.ac
index eaa60b36e3a7ed4280ce70c26eee0747f71bd273..77f4165df9a63b35fbff6d41bb148c2b8f2ef80d 100644 (file)
@@ -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