From b85e3a03f187d061db339018bdb801f89ebf543c Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 13 May 2019 15:45:13 -0400 Subject: [PATCH] ... --- Magick++/tests/averageImages.cpp | 2 +- Makefile.in | 1 + config/Makefile.am | 1 + config/config.h.in | 2 +- configure | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Magick++/tests/averageImages.cpp b/Magick++/tests/averageImages.cpp index 65a7339dd..66bc1aad7 100644 --- a/Magick++/tests/averageImages.cpp +++ b/Magick++/tests/averageImages.cpp @@ -40,7 +40,7 @@ int main( int /*argc*/, char ** argv) averageImages( &averaged, imageList.begin(), imageList.end() ); // averaged.display(); if (( averaged.signature() != "8e6e1a9b5f1eec5539b1f44347249f227f3e07f9acb07d80404ca6a19f88db7c") && - ( averaged.signature() != "ad4861b99339d84bed685eb42bbabe657abb60d48b8fc7ddf680af866dd45ad4")) + ( averaged.signature() != "90c4ba4b092f37a0600d51356f9aba89e7402ba3f59ac591ae216bace4a9d10b")) { cout << "Line: " << __LINE__ << " Averaging image failed, signature = " diff --git a/Makefile.in b/Makefile.in index bd22419a9..b2266b0e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3511,6 +3511,7 @@ CONFIG_EXTRA_DIST = \ config/francais.xml \ config/ImageMagick.rc \ config/ImageMagick.rdf.in \ + config/install-sh \ config/lndir.sh \ config/locale.md \ config/locale.xml \ diff --git a/config/Makefile.am b/config/Makefile.am index 8e66ec718..079c12187 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -55,6 +55,7 @@ CONFIG_EXTRA_DIST = \ config/francais.xml \ config/ImageMagick.rc \ config/ImageMagick.rdf.in \ + config/install-sh \ config/lndir.sh \ config/locale.md \ config/locale.xml \ diff --git a/config/config.h.in b/config/config.h.in index a6c03ca00..76706e9dd 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -109,7 +109,7 @@ /* Define to 1 if you have the `clock_getres' function. */ #undef HAVE_CLOCK_GETRES -/* Define to 1 if you have clock_gettime. */ +/* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */ diff --git a/configure b/configure index 267b5d1ae..d6165ba02 100755 --- a/configure +++ b/configure @@ -4570,7 +4570,7 @@ MAGICK_PATCHLEVEL_VERSION=46 MAGICK_VERSION=7.0.8-46 -MAGICK_GIT_REVISION=15636:ea417882b:20190513 +MAGICK_GIT_REVISION=15634:f086cda3b:20190513 # Substitute library versioning -- 2.40.0