From 20576886457235b84f80d3ac8eaf9fb36d306bf4 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Wed, 31 Mar 2010 18:17:29 -0700
Subject: [PATCH] configure: Fix typo in help message.

Documentation is installed to PREFIX/man not PREFIX/share.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
 
-- 
2.45.2