From: Brendan Cully Date: Thu, 1 Nov 2007 22:45:26 +0000 (-0700) Subject: Use $datarootdir as default prefix for documentation (closes #2905) X-Git-Tag: mutt-1-5-18-rel~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fa7cbaad190639334e274bc14e890dfa9117ecc;p=mutt Use $datarootdir as default prefix for documentation (closes #2905) --- diff --git a/configure.ac b/configure.ac index d6bcfa9a..a3c20323 100644 --- a/configure.ac +++ b/configure.ac @@ -525,7 +525,7 @@ AC_SUBST(DOTLOCK_TARGET) AC_MSG_CHECKING(where to put the documentation) AC_ARG_WITH(docdir, AC_HELP_STRING([--with-docdir=PATH], [Specify where to put the documentation]), [mutt_cv_docdir=$withval], - [mutt_cv_docdir='${prefix}/doc/mutt']) + [mutt_cv_docdir='${datarootdir}/doc/mutt']) AC_MSG_RESULT($mutt_cv_docdir) docdir=$mutt_cv_docdir