projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaff27
)
configure: Fix typo in help message.
author
Carl Worth
<cworth@cworth.org>
Thu, 1 Apr 2010 01:17:29 +0000
(18:17 -0700)
committer
Carl Worth
<cworth@cworth.org>
Thu, 1 Apr 2010 01:17:29 +0000
(18:17 -0700)
Documentation is installed to PREFIX/man not PREFIX/share.
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 1caff940471ea6ed32b1188364e181b2eff920fb..2e31e566537d3277329201cc4784fab95ee5b0e6 100755
(executable)
--- 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: