From: Gary V. Vaughan Date: Mon, 23 Feb 2004 16:59:14 +0000 (+0000) Subject: * ltmain.in : Add missing --help doc for X-Git-Tag: release-1-9b~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86c323877950e12adbad8cf6443f8b3c3b55ca7;p=thirdparty%2Flibtool.git * ltmain.in : Add missing --help doc for -inst-prefix option. --- diff --git a/ChangeLog b/ChangeLog index 4663ddd0c..d4b6d2fde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2004-02-23 Gary V. Vaughan +2004-02-23 Gary V. Vaughan + + * ltmain.in : Add missing --help doc for + -inst-prefix option. * ltmain.in : Add missing --help doc for -shrext option. diff --git a/ltmain.in b/ltmain.in index 9a614bf5b..d98308cca 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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)." ;;