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-57-gecb2ab0


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-57-gecb2ab0
Date: Tue, 04 Oct 2011 21:52:47 +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  ecb2ab031be600951c779cb37b885c911c7adb79 (commit)
      from  49ae2888b43cad358e2ff60a69722341116e7b40 (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 ecb2ab031be600951c779cb37b885c911c7adb79
Author: Bart Van Assche <address@hidden>
Date:   Tue Oct 4 16:02:35 2011 -0500

    Typo fix - change func_apped into func_append
    
    * libltdl/config/ltmain.m4sh: Fix typo.

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

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

diff --git a/ChangeLog b/ChangeLog
index 150486e..5f0d76f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-04  Bart Van Assche <address@hidden>
+
+       Typo fix - change func_apped into func_append
+       * libltdl/config/ltmain.m4sh: Fix typo.
+
 2011-10-02  Xin LI <address@hidden>
 
        Avoid problems when FreeBSD goes to version 10.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index be37978..054bb4c 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -7282,7 +7282,7 @@ EOF
            elif test -n "$runpath_var"; then
              case "$perm_rpath " in
              *" $libdir "*) ;;
-             *) func_apped perm_rpath " $libdir" ;;
+             *) func_append perm_rpath " $libdir" ;;
              esac
            fi
          done


hooks/post-receive
-- 
GNU Libtool



reply via email to

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