From: Brendan Cully Date: Tue, 2 Aug 2005 03:56:54 +0000 (+0000) Subject: Make $docdir relative to $prefix, like the other prefixes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3701ad255998dffefb60501e7df003d177bc4dc0;p=neomutt Make $docdir relative to $prefix, like the other prefixes. --- diff --git a/configure.in b/configure.in index 7b217ddd9..59714a368 100644 --- a/configure.in +++ b/configure.in @@ -464,7 +464,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="$mutt_cv_prefix/doc/mutt"]) + [mutt_cv_docdir='${prefix}/doc/mutt']) AC_MSG_RESULT($mutt_cv_docdir) docdir=$mutt_cv_docdir