X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e08fdfc0ef872c968c2e42b7ee0ede42aee14aa..a9cca04e645e2e28fac33be4f19ccef003336e78:/m4/locking.m4?ds=sidebyside diff --git a/m4/locking.m4 b/m4/locking.m4 index b70f225f..2895d882 100644 --- a/m4/locking.m4 +++ b/m4/locking.m4 @@ -35,9 +35,17 @@ AS_CASE([$with_locking], AC_DEFINE_UNQUOTED([DEFAULT_LOCKING], ["$with_locking"], [The default lock type for the mail spool file]) +AC_SUBST([default_locking], [$with_locking]) AC_MSG_RESULT([$with_locking]) +supported_locks="fcntl dot" +AS_IF([test x"$ac_cv_func_flock" = x"yes"], + [supported_locks="$supported_locks flock"]) +AS_IF([test x"$ac_cv_func_lockf" = x"yes"], + [supported_locks="$supported_locks lockf"]) +AC_SUBST([supported_locks]) + dnl Should we use a locking directory? AC_ARG_ENABLE([lockdir], [AS_HELP_STRING([--enable-lockdir=dir], [Store dot-lock files in "dir"])], [