Commit 9993f71f0 for imagemagick.org

commit 9993f71f0d3393b7f899661e047670a61a6e72ba
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Sat Jul 4 06:34:22 2026 -0400

    latest autoconf update

diff --git a/configure b/configure
index bbc6df40c..0f57e1794 100755
--- a/configure
+++ b/configure
@@ -5389,7 +5389,7 @@ MAGICK_PATCHLEVEL_VERSION=27

 MAGICK_VERSION=7.1.2-27

-MAGICK_GIT_REVISION=c2834fdd6:20260625
+MAGICK_GIT_REVISION=c893eb238:20260704


 # Substitute library versioning
@@ -5423,7 +5423,7 @@ PACKAGE_LIB_VERSION=0x712

 PACKAGE_LIB_VERSION_NUMBER=7,1,2,27

-PACKAGE_RELEASE_DATE=2026-06-25
+PACKAGE_RELEASE_DATE=2026-07-04


 # Ensure that make can run correctly
@@ -33818,19 +33818,19 @@ if test "x$with_heic" = "xyes"; then
 printf "%s\n" "-------------------------------------------------------------" >&6; }

 pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libheif >= 1.4.0" >&5
-printf %s "checking for libheif >= 1.4.0... " >&6; }
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libheif >= 1.11.0" >&5
+printf %s "checking for libheif >= 1.11.0... " >&6; }

 if test -n "$HEIF_CFLAGS"; then
     pkg_cv_HEIF_CFLAGS="$HEIF_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libheif >= 1.4.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libheif >= 1.4.0") 2>&5
+    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libheif >= 1.11.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libheif >= 1.11.0") 2>&5
   ac_status=$?
   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_HEIF_CFLAGS=`$PKG_CONFIG --cflags "libheif >= 1.4.0" 2>/dev/null`
+  pkg_cv_HEIF_CFLAGS=`$PKG_CONFIG --cflags "libheif >= 1.11.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -33842,12 +33842,12 @@ if test -n "$HEIF_LIBS"; then
     pkg_cv_HEIF_LIBS="$HEIF_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libheif >= 1.4.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libheif >= 1.4.0") 2>&5
+    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libheif >= 1.11.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libheif >= 1.11.0") 2>&5
   ac_status=$?
   printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_HEIF_LIBS=`$PKG_CONFIG --libs "libheif >= 1.4.0" 2>/dev/null`
+  pkg_cv_HEIF_LIBS=`$PKG_CONFIG --libs "libheif >= 1.11.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -33868,9 +33868,9 @@ else
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        HEIF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libheif >= 1.4.0" 2>&1`
+	        HEIF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libheif >= 1.11.0" 2>&1`
         else
-	        HEIF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libheif >= 1.4.0" 2>&1`
+	        HEIF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libheif >= 1.11.0" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$HEIF_PKG_ERRORS" >&5