X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=9e32e21723c17ccb59ddcc85e1cf3a7c9657dfee;hp=fda0e5a45b4e10dacf76130dee68430aba99223c;hb=d5d94ce76327869346e2b02b7b02a3620ddd38eb;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/configure.ac b/configure.ac index fda0e5a..9e32e21 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ dnl See whether the mail spool directory is world-writable. if test "$lspath" != "no" -a "$cutpath" != "no"; then AC_CACHE_CHECK(whether the mail spool is world-writable, nmh_cv_mailspool_world_writable, - [if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then + [if test "`$lspath -dl $mailspool/ | $cutpath -c9`" = "-"; then nmh_cv_mailspool_world_writable=no else nmh_cv_mailspool_world_writable=yes @@ -547,7 +547,7 @@ dnl ---------------- dnl OUTPUT MAKEFILES dnl ---------------- AC_CONFIG_FILES(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \ - etc/Makefile docs/Makefile man/Makefile) + etc/Makefile man/Makefile) AC_CONFIG_COMMANDS([stamp],[test -z "$CONFIG_HEADERS" || echo > stamp-h]) AC_OUTPUT