libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.6-76-g69a4e5b


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-76-g69a4e5b
Date: Mon, 26 Jan 2009 19:27:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  69a4e5ba80667a42a544759a053afcb23cc49c19 (commit)
      from  eaba16eb3a54b27704799d5bfd2619f6732225ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 69a4e5ba80667a42a544759a053afcb23cc49c19
Author: Mike Frysinger <address@hidden>
Date:   Sun Jan 25 23:29:15 2009 -0500

    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 <address@hidden>
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    7 +++++++
 doc/libtool.texi           |    2 +-
 libltdl/config/ltmain.m4sh |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 424d296..92fc4c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-25  Mike Frysinger  <address@hidden>
+
+       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  <address@hidden>
 
        Add -Wall to cwrapper tests.
diff --git a/doc/libtool.texi b/doc/libtool.texi
index d304f28..c3a2906 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
address@hidden -inst-prefix @var{inst-prefix-dir}
address@hidden -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 82ee723..08045bf 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)."


hooks/post-receive
--
GNU Libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]