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.2-155-gfbe09b4


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-155-gfbe09b4
Date: Fri, 16 Mar 2012 21:49:30 +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  fbe09b44b5052273fe79ea24365c554a5d54d8ce (commit)
      from  3b94c2d8e804d485cf6124adb1572f45ae697216 (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 fbe09b44b5052273fe79ea24365c554a5d54d8ce
Author: Peter O'Gorman <address@hidden>
Date:   Fri Mar 16 13:23:13 2012 -0500

    Fix typo that caused sys_lib_search_path_spec to be wrong.
    
    * m4/libtool.m4: s/lt_fooi/lt_foo/.
    Reported by Paul Seidler <address@hidden>

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

Summary of changes:
 m4/libtool.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index e07ae4a..75bfdb4 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2201,7 +2201,7 @@ if test yes = "$GCC"; then
   done
   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
 BEGIN {RS = " "; FS = "/|\n";} {
-  lt_fooi  = "";
+  lt_foo = "";
   lt_count = 0;
   for (lt_i = NF; lt_i > 0; lt_i--) {
     if ($lt_i != "" && $lt_i != ".") {


hooks/post-receive
-- 
GNU Libtool



reply via email to

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