X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=f211ca0d4c40d02d0c9c13c7b9a08392ab82f8c6;hp=76237e26810f52a37ec6f36fdc3564345293dbf0;hb=e75d3193f9f7cbfe44f808620fbde90bd3e727c2;hpb=eeef255a56fa2a1551c88571cf4bc34eeb858ef8 diff --git a/configure.in b/configure.in index 76237e2..f211ca0 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_DEFUN(NMH_PROG_GNU_LIBTOOL, [ tmptest=`$LIBTOOL --version 2>&1 | grep GNU` if test x"$tmptest" != x ; then GNU_LIBTOOL=1 - AC_SUBST(GNU_LIBTOOL) + AC_SUBST(GNU_LIBTOOL)dnl fi ] ) @@ -285,18 +285,11 @@ if test x"$nmh_cv_mailspool_world_writable" = x"no"; then fi AC_SUBST(SETGID_MAIL)dnl -dnl see if we can determine which group owns the mail spool dir +dnl Use ls to see which group owns the mail spool directory. AC_CACHE_CHECK(what group owns the mail spool, nmh_cv_ls_mail_grp, [nmh_cv_ls_mail_grp=`$lspath -dL $nmh_cv_ls_grpopt $mailspool|$AWK '{print $4}'` - dnl Should we just set it to whatever ls reports, rather than only allowing - dnl certain values...? - if test x$nmh_cv_ls_mail_grp = xmail; then - MAIL_SPOOL_GRP="mail" - elif test x$nmh_cv_ls_mail_grp = xwheel; then - MAIL_SPOOL_GRP="wheel" - else - MAIL_SPOOL_GRP="'0'" - fi]) +]) +MAIL_SPOOL_GRP=$nmh_cv_ls_mail_grp AC_SUBST(MAIL_SPOOL_GRP)dnl dnl ------------------