From: Cristy Date: Fri, 17 May 2019 17:19:40 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-46~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e93c5dc6df4f6e33fe9fd4c6ee25e0584de0d2f2;p=imagemagick ... --- diff --git a/coders/png.c b/coders/png.c index 077cc845b..a8c8b77bd 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7854,18 +7854,18 @@ ModuleExport size_t RegisterPNGImage(void) *entry; static const char - *PNGNote= + PNGNote[] = { "See http://www.libpng.org/ for details about the PNG format." }, - *JNGNote= + JNGNote[] = { "See http://www.libpng.org/pub/mng/ for details about the JNG\n" "format." }, - *MNGNote= + MNGNote[] = { "See http://www.libpng.org/pub/mng/ for details about the MNG\n" "format." diff --git a/configure b/configure index 20b94a444..54c11edd2 100755 --- a/configure +++ b/configure @@ -4109,7 +4109,6 @@ fi # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi - MKDIR_P="$ac_cv_path_mkdir -p" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } @@ -4571,7 +4570,7 @@ MAGICK_PATCHLEVEL_VERSION=46 MAGICK_VERSION=7.0.8-46 -MAGICK_GIT_REVISION=15647:e7b99c369:20190516 +MAGICK_GIT_REVISION=15648:470655aa9:20190517 # Substitute library versioning