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-98-g7c48343


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-98-g7c48343
Date: Sat, 28 Feb 2009 12:28:20 +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  7c483431f1026e5bbfedc18c369652bb96f9f8dd (commit)
      from  0ab77c78c67226c118aa2df5ef8c144d660a3a0f (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 7c483431f1026e5bbfedc18c369652bb96f9f8dd
Author: Török Edwin <address@hidden>
Date:   Sat Feb 28 13:26:59 2009 +0100

    Do not add bogus directory arguments to link command lines.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Ensure $path is
    always initialized before it is used.  Reported for zsh, for
    which $path contains $PATH entries even after "emulate sh", see
    <http://bugs.debian.org/517501>.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    9 +++++++++
 libltdl/config/ltmain.m4sh |    1 +
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8308fc4..022da07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-02-28  Török Edwin  <address@hidden>  (tiny change)
+           Ralf Wildenhues  <address@hidden>
+
+       Do not add bogus directory arguments to link command lines.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Ensure $path is
+       always initialized before it is used.  Reported for zsh, for
+       which $path contains $PATH entries even after "emulate sh", see
+       <http://bugs.debian.org/517501>.
+
 2009-02-28  Andreas Schwab  <address@hidden>
            Ralf Wildenhues  <address@hidden>
 
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 49e07c3..7fcf4cb 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -5624,6 +5624,7 @@ func_mode_link ()
          if test "$link_all_deplibs" != no; then
            # Add the search paths of all dependency libraries
            for deplib in $dependency_libs; do
+             path=
              case $deplib in
              -L*) path="$deplib" ;;
              *.la)


hooks/post-receive
--
GNU Libtool




reply via email to

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