From: cristy Date: Fri, 10 May 2013 20:02:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dba6262a34675549dde994d26bb9b0d666083eff;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index 1e841b816..d4a050b74 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2013 ImageMagick Studio LLC" -#define MagickSVNRevision "12202:12205M" +#define MagickSVNRevision "12202:12248M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 1,0,0 #define MagickLibAddendum "-0" #define MagickLibInterface 1 #define MagickLibMinInterface 1 -#define MagickReleaseDate "2013-05-07" +#define MagickReleaseDate "2013-05-10" #define MagickChangeDate "20120427" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickFeatures "DPC HDRI OpenMP" diff --git a/config/ltmain.sh b/config/ltmain.sh index 0af95975a..63ae69dc6 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -82,7 +82,6 @@ PROGRAM=libtool PACKAGE=libtool VERSION=2.4.2 TIMESTAMP="" -: ${DD=dd} package_revision=1.3337 # Be Bourne compatible @@ -1225,21 +1224,6 @@ func_enable_tag "$optarg" ## Main. ## ## ----------- ## -# func_try_sizelim file n -# try to write at most the first N bytes from FILE to the standard output when -# possible, otherwise put whole file -func_try_sizelim () -{ - if test -n "$DD"; then - $DD if="$1" bs=$2 count=1 2>/dev/null - if test $? -eq 127; then - cat "$1" 2>/dev/null - fi - else - cat "$1" 2>/dev/null - fi -} - # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out @@ -1247,7 +1231,7 @@ func_try_sizelim () func_lalib_p () { test -f "$1" && - func_try_sizelim "$1" 4096 | $SED -e 4q 2>/dev/null \ + $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } diff --git a/configure b/configure index f89e5fe22..475c12ac9 100755 --- a/configure +++ b/configure @@ -3679,7 +3679,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=12202:12205M +MAGICK_SVN_REVISION=12202:12248M # Substitute library versioning