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 <ralf.wildenh...@gmx.de> 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 <ralf.wildenh...@gmx.de> ----------------------------------------------------------------------- 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 <ralf.wildenh...@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 <g...@gnu.org> 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 frai...@dg-rtp.dg.com Marcel Loose lo...@astron.nl Mark Kettenis kette...@phys.uva.nl + Markus Duft markus.d...@salomon.at Matthijs Kooijman matth...@stdin.nl Micheal E. Faenza mfae...@mitre.org Michael Haubenwallner michael.haubenwall...@salomon.at 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