]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
docs: mention shell requirement for libtool script.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 27 Oct 2010 18:13:28 +0000 (20:13 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 30 Oct 2010 07:27:44 +0000 (09:27 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/libtool.texi

index df414976a3869b0cca9b3b00268c722e0849269f..f6be7e4a2e2e7dc499fbd8931390227d3860cc98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <gary@gnu.org>
 
        libtool: remove redundant unsubstituted shell var defaults.
diff --git a/THANKS b/THANKS
index c1e9968f92bddfaa68b990f8cea326ddd1fb435d..e85e21a79183c5aa41a525263ff2d226f894c233 100644 (file)
--- a/THANKS
+++ b/THANKS
   Marc J. Fraioli              fraioli@dg-rtp.dg.com
   Marcel Loose                 loose@astron.nl
   Mark Kettenis                        kettenis@phys.uva.nl
+  Markus Duft                  markus.duft@salomon.at
   Matthijs Kooijman            matthijs@stdin.nl
   Micheal E. Faenza            mfaenza@mitre.org
   Michael Haubenwallner                michael.haubenwallner@salomon.at
index 076b67ba5f5f4cd7a6ca7d01343e9d1fc12480c8..fa8d0d193a336eb2cf81e9c581ad3aca93e3fb5e 100644 (file)
@@ -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.