* ltmain.in <install mode>: Add missing --help doc for

-inst-prefix option.
This commit is contained in:
Gary V. Vaughan 2004-02-23 16:59:14 +00:00
parent 8355ba6c65
commit c86c323877
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,7 @@
2004-02-23 Gary V. Vaughan <gvaughan@eris.qinetiq.com>
2004-02-23 Gary V. Vaughan <gary@gnu.org>
* ltmain.in <install mode>: Add missing --help doc for
-inst-prefix option.
* ltmain.in <link mode>: Add missing --help doc for -shrext
option.

View File

@ -6549,6 +6549,10 @@ Install executables or libraries.
INSTALL-COMMAND is the installation command. The first component should be
either the \`install' or \`cp' program.
The following components of INSTALL-COMMAND are treated specially:
-inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation
The rest of the components are interpreted as arguments to that command (only
BSD-compatible install options are recognized)."
;;