]> granicus.if.org Git - mutt/commitdiff
Make $docdir relative to $prefix, like the other prefixes.
authorBrendan Cully <brendan@kublai.com>
Tue, 2 Aug 2005 03:56:54 +0000 (03:56 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 2 Aug 2005 03:56:54 +0000 (03:56 +0000)
configure.in

index 7b217ddd97d3ef65f110c68ccef95d299501fc12..59714a36856170233b1b46562f22bf524b49bc79 100644 (file)
@@ -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