]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 30 Jun 2011 16:02:01 +0000 (16:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 30 Jun 2011 16:02:01 +0000 (16:02 +0000)
config/ltmain.sh
libtool
magick/version.h

index aa5624c816121f8623e9a64511fa7a18356bce99..78cf0175299df87e4203c93bc64e8194ecb45366 100644 (file)
@@ -8050,7 +8050,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
diff --git a/libtool b/libtool
index 0c083b3138f201acc8fc76552adb7748041b3f2e..514c58d2b9020c10343bc7a5704d8ae0061f9603 100755 (executable)
--- a/libtool
+++ b/libtool
@@ -8490,7 +8490,7 @@ EOF
            elif test -n "$runpath_var"; then
              case "$perm_rpath " in
              *" $libdir "*) ;;
-             *) func_apped perm_rpath " $libdir" ;;
+             *) perm_rpath+=" $libdir" ;;
              esac
            fi
          done
index 043d32e8b02e81b96a8f1d40681075c4a8ad9b82..f4d575f5cb815d5df318b59a53aa6b20a62c6792 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2011-06-30"
-#define MagickChangeDate   "20110609"
+#define MagickChangeDate   "20110630"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
 #define MagickOpenMPFeature  "OpenMP "