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.4-21-ge5b1c89


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-21-ge5b1c89
Date: Sat, 30 Oct 2010 07:27:58 +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  e5b1c89cbe621e5c962056c4c8ae4362ce66b517 (commit)
      from  2f907f634e7035166a793fd70e40ae677c2a9a10 (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 e5b1c89cbe621e5c962056c4c8ae4362ce66b517
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Oct 27 20:13:28 2010 +0200

    docs: mention shell requirement for libtool script.
    
    * doc/libtool.texi (Invoking libtool): Document that the shell
    used to invoke libtool needs to be the same used to configure
    it.
    * THANKS: Update.
    Report by Markus Duft.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog        |    9 +++++++++
 THANKS           |    1 +
 doc/libtool.texi |    7 +++++++
 3 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index df41497..f6be7e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-30  Ralf Wildenhues  <address@hidden>
+
+       docs: mention shell requirement for libtool script.
+       * doc/libtool.texi (Invoking libtool): Document that the shell
+       used to invoke libtool needs to be the same used to configure
+       it.
+       * THANKS: Update.
+       Report by Markus Duft.
+
 2010-10-15  Gary V. Vaughan  <address@hidden>
 
        libtool: remove redundant unsubstituted shell var defaults.
diff --git a/THANKS b/THANKS
index c1e9968..e85e21a 100644
--- a/THANKS
+++ b/THANKS
@@ -133,6 +133,7 @@
   Marc J. Fraioli              address@hidden
   Marcel Loose                 address@hidden
   Mark Kettenis                        address@hidden
+  Markus Duft                  address@hidden
   Matthijs Kooijman            address@hidden
   Micheal E. Faenza            address@hidden
   Michael Haubenwallner                address@hidden
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 076b67b..fa8d0d1 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -1326,6 +1326,13 @@ can be achieved using either option @option{-v} or option
 Print libtool version information and exit.
 @end table
 
+The current @command{libtool} implementation is done with a shell script
+that needs to be invoked by the shell which @command{configure} chose for
+configuring @command{libtool} (@pxref{config.status Invocation, , The
+Autoconf Manual, autoconf, The Autoconf Manual}).  This shell is set in
+the she-bang (@samp{#!}) line of the @command{libtool} script.  Using a
+different shell may cause undefined behavior.
+
 The @var{mode-args} are a variable number of arguments, depending on the
 selected operation mode.  In general, each @var{mode-arg} is interpreted
 by programs libtool invokes, rather than libtool itself.


hooks/post-receive
-- 
GNU Libtool



reply via email to

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