From: cristy Date: Tue, 20 Mar 2012 00:52:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6009 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fc754a3e533389367788e3ecc2745ddfaf93a6;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index d168cce65..276d3c628 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #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 diff --git a/config/configure.xml b/config/configure.xml index 5c8b4293d..70ae1c9dd 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,7 +10,7 @@ - + diff --git a/configure b/configure index 1f11cedb4..1c9778c83 100755 --- a/configure +++ b/configure @@ -866,8 +866,6 @@ MODULE_EXTRA_CPPFLAGS LIBSTDCLDFLAGS PERL_MAKE_OPTIONS QUANTUM_DEPTH -LEGACY_SUPPORT_FALSE -LEGACY_SUPPORT_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE @@ -1127,7 +1125,6 @@ enable_prof enable_gprof enable_gcov with_method_prefix -enable_legacy_support with_quantum_depth with_cache with_frozenpaths @@ -1860,7 +1857,6 @@ Optional Features: --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: @@ -3620,7 +3616,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=7163 +MAGICK_SVN_REVISION=7174 @@ -21875,23 +21871,6 @@ _ACEOF 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. @@ -35938,10 +35917,6 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 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.