<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x658"/>
- <configure name="LIB_VERSION_NUMBER" value="6,5,8,1"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,5,8,0"/>
<configure name="RELEASE_DATE" value="2009-11-24"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for ImageMagick 6.5.7.
+# Generated by GNU Autoconf 2.65 for ImageMagick 6.5.8.
#
# Report bugs to <http://www.imagemagick.org>.
#
# Identity of this package.
PACKAGE_NAME='ImageMagick'
PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='6.5.7'
-PACKAGE_STRING='ImageMagick 6.5.7'
+PACKAGE_VERSION='6.5.8'
+PACKAGE_STRING='ImageMagick 6.5.8'
PACKAGE_BUGREPORT='http://www.imagemagick.org'
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ImageMagick 6.5.7 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 6.5.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ImageMagick 6.5.7:";;
+ short | recursive ) echo "Configuration of ImageMagick 6.5.8:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ImageMagick configure 6.5.7
+ImageMagick configure 6.5.8
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ImageMagick $as_me 6.5.7, which was
+It was created by ImageMagick $as_me 6.5.8, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by ImageMagick $as_me 6.5.7, which was
+This file was extended by ImageMagick $as_me 6.5.8, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ImageMagick config.status 6.5.7
+ImageMagick config.status 6.5.8
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
# Copyright (C) 2003 - 2008 GraphicsMagick Group
AC_PREREQ(2.63)
-AC_INIT([ImageMagick],[6.5.7],[http://www.imagemagick.org],[ImageMagick])
+AC_INIT([ImageMagick],[6.5.8],[http://www.imagemagick.org],[ImageMagick])
AC_CONFIG_SRCDIR([magick/MagickCore.h])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
/* Define to the full name and version of this package. */
#ifndef MAGICKCORE_PACKAGE_STRING
-#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.7"
+#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.8"
#endif
/* Define to the one symbol short name of this package. */
/* Define to the version of this package. */
#ifndef MAGICKCORE_PACKAGE_VERSION
-#define MAGICKCORE_PACKAGE_VERSION "6.5.7"
+#define MAGICKCORE_PACKAGE_VERSION "6.5.8"
#endif
/* Define if you have PNG library */
#define MagickLibVersion 0x658
#define MagickLibVersionText "6.5.8"
#define MagickLibVersionNumber 2,0,1
-#define MagickLibSubversion "-1"
+#define MagickLibSubversion "-0"
#define MagickReleaseDate "2009-11-24"
#define MagickChangeDate "20091119"
#define MagickAuthoritativeURL "http://www.imagemagick.org"