*/
#define MagickPackageName "ImageMagick"
#define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC"
-#define MagickSVNRevision "7163"
+#define MagickSVNRevision "7174"
#define MagickLibVersion 0x700
#define MagickLibVersionText "7.0.0"
#define MagickLibVersionNumber 7,0,0
<configure name="VERSION" value="7.0.0"/>
<configure name="LIB_VERSION" value="0x700"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
- <configure name="SVN_REVISION" value="7163" />
+ <configure name="SVN_REVISION" value="7174" />
<configure name="RELEASE_DATE" value="2012-03-19"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
LIBSTDCLDFLAGS
PERL_MAKE_OPTIONS
QUANTUM_DEPTH
-LEGACY_SUPPORT_FALSE
-LEGACY_SUPPORT_TRUE
MAINT
MAINTAINER_MODE_FALSE
MAINTAINER_MODE_TRUE
enable_gprof
enable_gcov
with_method_prefix
-enable_legacy_support
with_quantum_depth
with_cache
with_frozenpaths
--enable-prof enable 'prof' profiling support
--enable-gprof enable 'gprof' profiling support
--enable-gcov enable 'gcov' profiling support
- --enable-legacy-support install ImageMagick utility shortcuts (default disabled)
--disable-assert turn off assertions
Optional Packages:
MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE
-MAGICK_SVN_REVISION=7163
+MAGICK_SVN_REVISION=7174
DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-method-prefix "
fi
-# Enable ImageMagick utilities legacy support (default no)
-# Check whether --enable-legacy-support was given.
-if test "${enable_legacy_support+set}" = set; then :
- enableval=$enable_legacy_support; with_legacy_support=$enableval
-else
- with_legacy_support='no'
-fi
-
- if test "$with_legacy_support" != 'no'; then
- LEGACY_SUPPORT_TRUE=
- LEGACY_SUPPORT_FALSE='#'
-else
- LEGACY_SUPPORT_TRUE='#'
- LEGACY_SUPPORT_FALSE=
-fi
-
-
# Number of bits in a Quantum
# Check whether --with-quantum-depth was given.
as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${LEGACY_SUPPORT_TRUE}" && test -z "${LEGACY_SUPPORT_FALSE}"; then
- as_fn_error $? "conditional \"LEGACY_SUPPORT\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.