]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix typo in libtool install mode documentation.
authorMike Frysinger <vapier@gentoo.org>
Mon, 26 Jan 2009 04:29:15 +0000 (23:29 -0500)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 26 Jan 2009 19:22:30 +0000 (20:22 +0100)
* 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 <vapier@gentoo.org>
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/libtool.texi
libltdl/config/ltmain.m4sh

index 424d2964765247c4d95ba2f90aff0447475621e9..92fc4c5a0c36b5938cf8052d0deb8356743e9d01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-25  Mike Frysinger  <vapier@gentoo.org>
+
+       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  <libtool@cwilson.fastmail.fm>
 
        Add -Wall to cwrapper tests.
index d304f28ca32563aed1125db7415dddf54337a7c2..c3a2906332e8fca8cc1430acba50e6fc9ad31fc4 100644 (file)
@@ -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
index 82ee723540788c6a960a08942484ca746cc00fbb..08045bf76754af55742bb44fee201419cf1e7648 100644 (file)
@@ -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)."