diff options
author | Carl Worth <cworth@cworth.org> | 2010-03-31 18:17:29 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-03-31 18:17:29 -0700 |
commit | 20576886457235b84f80d3ac8eaf9fb36d306bf4 (patch) | |
tree | d2b3f5d78679a62b065833f10863524bae2dfcd3 /configure | |
parent | acaff279e241a2cedb7c07a5dbf3e942fec74aea (diff) |
configure: Fix typo in help message.
Documentation is installed to PREFIX/man not PREFIX/share.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |