]> granicus.if.org Git - imagemagick/commitdiff
Update to latest automake / autoconfig
authorCristy <urban-warrior@imagemagick.org>
Fri, 23 Sep 2016 16:23:53 +0000 (12:23 -0400)
committerCristy <urban-warrior@imagemagick.org>
Fri, 23 Sep 2016 16:25:08 +0000 (12:25 -0400)
MagickCore/identify.c
aclocal.m4
configure

index 9f8ed5affdc1f5815d930152157ab6be829b650b..e6cbeb6c6b757410878888bc40446b325cebb01b 100644 (file)
@@ -1416,9 +1416,12 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file,
   if (strlen(format) > 1)
     format[strlen(format)-1]='\0';
   (void) FormatLocaleFile(file,"  Number pixels: %s\n",format);
-  (void) FormatMagickSize((MagickSizeType) ((double) image->columns*image->rows/
-    elapsed_time+0.5),MagickFalse,"B",MagickPathExtent,format);
-  (void) FormatLocaleFile(file,"  Pixels per second: %s\n",format);
+  if (elapsed_time > MagickEpsilon)
+    {
+      (void) FormatMagickSize((MagickSizeType) ((double) image->columns*
+        image->rows/elapsed_time+0.5),MagickFalse,"B",MagickPathExtent,format);
+      (void) FormatLocaleFile(file,"  Pixels per second: %s\n",format);
+    }
   (void) FormatLocaleFile(file,"  User time: %0.3fu\n",user_time);
   (void) FormatLocaleFile(file,"  Elapsed time: %lu:%02lu.%03lu\n",
     (unsigned long) (elapsed_time/60.0),(unsigned long) ceil(fmod(elapsed_time,
index fd0bbfe7cc62fb0b959360407d0e67df73927a2c..3574d7c0a745000e835f8bc46af30b676d86a7d9 100644 (file)
@@ -790,7 +790,7 @@ AC_DEFUN([AX_COMPILER_FLAGS_LDFLAGS],[
 ])dnl AX_COMPILER_FLAGS
 
 # longlong.m4 serial 17
-dnl Copyright (C) 1999-2007, 2009-2015 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2007, 2009-2016 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 58d2a4dd62080a6d14d5e6516577f338cdc0427d..63ad8f538414d1c4cdc40f2f9a80766d3a150ab4 100755 (executable)
--- a/configure
+++ b/configure
@@ -4517,7 +4517,7 @@ MAGICK_PATCHLEVEL_VERSION=2
 
 MAGICK_VERSION=7.0.3-2
 
-MAGICK_GIT_REVISION=18852:3448b33:20160920
+MAGICK_GIT_REVISION=18853:ca0dd94:20160923
 
 
 # Substitute library versioning