From 636c62097a8c85d402d3cde1eca31594fa46c773 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 2 Aug 2005 03:56:54 +0000 Subject: [PATCH] Make $docdir relative to $prefix, like the other prefixes. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7b217ddd..59714a36 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 -- 2.50.1