diff --git a/configure b/configure
index 2effe69..4282037 100755
--- a/configure
+++ b/configure
@@ -3679,7 +3679,7 @@
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=12035:12037M
+MAGICK_SVN_REVISION=12087:12123M
 
 
 # Substitute library versioning
@@ -4217,6 +4217,10 @@
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
 
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar  pax cpio none'
+
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
@@ -4224,6 +4228,7 @@
 
 
 
+
 # Enable support for silent build rules
 # Check whether --enable-silent-rules was given.
 if test "${enable_silent_rules+set}" = set; then :