diff --git a/MagickCore/version.h b/MagickCore/version.h
index 1e841b8..d4a050b 100644
--- a/MagickCore/version.h
+++ b/MagickCore/version.h
@@ -27,14 +27,14 @@
*/
#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 0af9597..63ae69d 100644
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -82,7 +82,6 @@
PACKAGE=libtool
VERSION=2.4.2
TIMESTAMP=""
-: ${DD=dd}
package_revision=1.3337
# Be Bourne compatible
@@ -1225,21 +1224,6 @@
## 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_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 f89e5fe..475c12a 100755
--- a/configure
+++ b/configure
@@ -3679,7 +3679,7 @@
MAGICK_VERSION=7.0.0-0
-MAGICK_SVN_REVISION=12202:12205M
+MAGICK_SVN_REVISION=12202:12248M
# Substitute library versioning