]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 5 Oct 2014 19:26:36 +0000 (19:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 5 Oct 2014 19:26:36 +0000 (19:26 +0000)
MagickCore/version.h
configure
configure.ac

index dfb4f3a1e86adcd6da8d9801c6dcc450403b92e7..22b7531fb25822f18c80082caa1d18707b2d9e4e 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2014 ImageMagick Studio LLC"
-#define MagickSVNRevision  "16591:16618M"
+#define MagickSVNRevision  "16629:16633M"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  1,0,0
index ed87ab7fe1814a53ee04981a2c3f5c623dc1c4d7..2e616018ba5af6ec2cb159394d4ebe85ae031a81 100755 (executable)
--- a/configure
+++ b/configure
@@ -3698,7 +3698,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=16591:16618M
+MAGICK_SVN_REVISION=16629:16633M
 
 
 # Substitute library versioning
@@ -32278,7 +32278,7 @@ fi
         # Debian installs libxml headers under /usr/include/libxml2/libxml with
         # the shared library installed under /usr/lib, whereas the package
         # installs itself under $prefix/libxml and $prefix/lib.
-        xml2_prefix=`xml2-config --prefix`
+        xml2_prefix=`${xml2_config} --prefix`
         if test -d "${xml2_prefix}/include/libxml2"; then
             CPPFLAGS="$CPPFLAGS -I${xml2_prefix}/include/libxml2"
         fi
index 7f4a8597f01aed68e574d187b1f353b8df45aa07..cf3f98b57a5bd5c5f57b1300d9f88215c17b3ed9 100755 (executable)
@@ -2953,7 +2953,7 @@ if test "$with_xml" != 'no'; then
         # Debian installs libxml headers under /usr/include/libxml2/libxml with
         # the shared library installed under /usr/lib, whereas the package
         # installs itself under $prefix/libxml and $prefix/lib.
-        xml2_prefix=`xml2-config --prefix`
+        xml2_prefix=`${xml2_config} --prefix`
         if test -d "${xml2_prefix}/include/libxml2"; then
             CPPFLAGS="$CPPFLAGS -I${xml2_prefix}/include/libxml2"
         fi