From: Mike Frysinger Date: Mon, 26 Jan 2009 04:29:15 +0000 (-0500) Subject: Fix typo in libtool install mode documentation. X-Git-Tag: v2.2.7b~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69a4e5ba80667a42a544759a053afcb23cc49c19;p=thirdparty%2Flibtool.git Fix typo in libtool install mode documentation. * libltdl/config/ltmain.m4sh (func_mode_help): Change -inst-prefix to -inst-prefix-dir. * doc/libtool.texi (Install mode): Likewise. Signed-off-by: Mike Frysinger Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 424d29647..92fc4c5a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-25 Mike Frysinger + + Fix typo in libtool install mode documentation. + * libltdl/config/ltmain.m4sh (func_mode_help): Change -inst-prefix + to -inst-prefix-dir. + * doc/libtool.texi (Install mode): Likewise. + 2009-01-24 Charles Wilson Add -Wall to cwrapper tests. diff --git a/doc/libtool.texi b/doc/libtool.texi index d304f28ca..c3a290633 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1573,7 +1573,7 @@ In @dfn{install} mode, libtool interprets most of the elements of The following components of @var{mode-args} are treated specially: @table @option -@item -inst-prefix @var{inst-prefix-dir} +@item -inst-prefix-dir @var{inst-prefix-dir} When installing into a temporary staging area, rather than the final @var{prefix}, this argument is used to reflect the temporary path, in much the same way @command{automake} uses diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 82ee72354..08045bf76 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -1107,7 +1107,7 @@ 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 + -inst-prefix-dir 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)."