]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 24 Aug 2011 18:40:43 +0000 (18:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 24 Aug 2011 18:40:43 +0000 (18:40 +0000)
MagickCore/version.h
config/configure.xml
configure

index 2f1dcc47fa5917571c1cbb8c440202cdd6b90a02..cabcffa123cbedc24696a9489246718e453ae2e6 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2011 ImageMagick Studio LLC"
-#define MagickSVNRevision  "exported"
+#define MagickSVNRevision  "5051"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  5,0,0
index 38bb1160f4088e075c2d7b2dcf855eebc91790f2..bc93bd700fb8083e6bfd6567a3c56d55eec457d9 100644 (file)
@@ -10,7 +10,7 @@
   <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="exported" />
+  <configure name="SVN_REVISION" value="5051" />
   <configure name="RELEASE_DATE" value="2011-08-24"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
index d20cdcd1bb6d197e9c2873fa905cb03f2daabdf0..099c1644f90110ff241eab114ffbe24bb22c8014 100755 (executable)
--- a/configure
+++ b/configure
@@ -3583,7 +3583,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=exported
+MAGICK_SVN_REVISION=5051
 
 
 
@@ -30040,8 +30040,7 @@ fi
 have_png='no'
 PNG_LIBS=''
 
-if test "$with_png" != 'no'
-then
+if test "$with_png" != 'no'; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: -------------------------------------------------------------" >&5
 $as_echo "-------------------------------------------------------------" >&6; }
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG support " >&5
@@ -30117,8 +30116,7 @@ $as_echo "yes" >&6; }
           fi
         fi
 
-        if test $passed -gt 0 -a $failed -le 0
-        then
+        if test $passed -gt 0 -a $failed -le 0; then
           if test "1${var}" = '15' ; then
             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_io_ptr in -lpng15" >&5
 $as_echo_n "checking for png_get_io_ptr in -lpng15... " >&6; }
 $as_echo_n "checking if ${pnglib} package is complete... " >&6; }
             if test $passed -gt 0 ; then
               if test $failed -gt 0 ; then
-               { $as_echo "$as_me:${as_lineno-$LINENO}: result: no -- some components failed test" >&5
+                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no -- some components failed test" >&5
 $as_echo "no -- some components failed test" >&6; }
-               have_png='no (failed tests)'
+                have_png='no (failed tests)'
               else
-               PNG_LIBS="-l${pnglib}"
-               LIBS="$PNG_LIBS $LIBS"
+                PNG_LIBS="-l${pnglib}"
+                LIBS="$PNG_LIBS $LIBS"
 
 $as_echo "#define PNG_DELEGATE 1" >>confdefs.h
 
-               { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-               have_png='yes'
+                have_png='yes'
               fi
             fi
           fi