From: Carl Worth <cworth@cworth.org>
Date: Thu, 1 Apr 2010 01:17:29 +0000 (-0700)
Subject: configure: Fix typo in help message.
X-Git-Tag: 0.1~34
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=20576886457235b84f80d3ac8eaf9fb36d306bf4;p=obsolete%2Fnotmuch-old

configure: Fix typo in help message.

Documentation is installed to PREFIX/man not PREFIX/share.
---

diff --git a/configure b/configure
index 1caff940..2e31e566 100755
--- a/configure
+++ b/configure
@@ -53,7 +53,7 @@ command line.
 	--libdir=LIBDIR	Install libraries in LIBDIR [$LIBDIR]
 
 By default, "make install" will install the resulting program to
-$PREFIX/bin, documentation to $PREFIX/share, etc. You can
+$PREFIX/bin, documentation to $PREFIX/man, etc. You can
 specify an installation prefix other than $PREFIX using
 --prefix, for instance: