]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 10 May 2013 20:02:28 +0000 (20:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 10 May 2013 20:02:28 +0000 (20:02 +0000)
MagickCore/version.h
config/ltmain.sh
configure

index 1e841b8167856e702a263c82c1dfc461f40ebd2e..d4a050b74112acee4c46a6a01592da099cff5910 100644 (file)
@@ -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"
index 0af95975a751da5628a0b8846516540d26a38335..63ae69dc6fecaf83c52fba2ad334f4b1369fb1cd 100644 (file)
@@ -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
 }
 
index f89e5fe22d98e7534ab421525e27dca08f47e185..475c12ac9be784e4a9f4c33897e77a34d7f8cd73 100755 (executable)
--- 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