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 <[email protected]>
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 <[email protected]>

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

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