]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Typo fix - change func_apped into func_append
authorBart Van Assche <bvanassche@acm.org>
Tue, 4 Oct 2011 21:02:35 +0000 (16:02 -0500)
committerPeter O'Gorman <peter@pogma.com>
Tue, 4 Oct 2011 21:51:27 +0000 (16:51 -0500)
* libltdl/config/ltmain.m4sh: Fix typo.

ChangeLog
libltdl/config/ltmain.m4sh

index 150486e1f088b7111aee6b5888a3b51f098f4027..5f0d76f19f94e08ccacae74a45c90b1e4751cd5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-04  Bart Van Assche <bvanassche@acm.org>
+
+       Typo fix - change func_apped into func_append
+       * libltdl/config/ltmain.m4sh: Fix typo.
+
 2011-10-02  Xin LI <d@delphij.net>
 
        Avoid problems when FreeBSD goes to version 10.
index be379782842ee3a905fbdd81e5a5c8871af4b93f..054bb4c8e06d12da68e16c680d54e60d99fa5c15 100644 (file)
@@ -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