]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 25 Sep 2009 10:22:21 +0000 (10:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 25 Sep 2009 10:22:21 +0000 (10:22 +0000)
config/configure.xml
configure
configure.ac
magick/version.h

index 7540883b5a16f1339be6c947deb351624cb296b9..8963298c385ec88bbe80b1fb0d21406990f4b8ff 100644 (file)
@@ -9,7 +9,7 @@
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x656"/>
   <configure name="LIB_VERSION_NUMBER" value="6,5,6,5"/>
-  <configure name="RELEASE_DATE" value="2009-09-24"/>
+  <configure name="RELEASE_DATE" value="2009-09-25"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
index 9de057bf176a557ab9637f576571099599db8198..2a3be67671586c994028189b45ab8db1f8186312 100755 (executable)
--- a/configure
+++ b/configure
@@ -38589,6 +38589,7 @@ else
 fi
 
 
+gslib_framework='no'
 if test "$with_gslib" != 'yes'; then
     DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-gslib=$with_gslib "
 fi
@@ -38602,7 +38603,7 @@ $as_echo "-------------------------------------------------------------" >&6; }
 $as_echo_n "checking for Ghostscript... " >&6; }
     { $as_echo "$as_me:$LINENO: result: " >&5
 $as_echo "" >&6; }
-    framework=0;
+    framework=0
     failed=0
     passed=0
     if test "${ac_cv_header_ghostscript_iapi_h+set}" = set; then
@@ -39034,6 +39035,7 @@ $as_echo "no -- some components failed test" >&6; }
         else
             if test $framework -gt 0; then
                 GS_LIBS='-framework Ghostscript'
+                gslib_framework='yes'
                 { $as_echo "$as_me:$LINENO: result: yes, using framework." >&5
 $as_echo "yes, using framework." >&6; }
             else
@@ -43437,7 +43439,7 @@ PGPDecodeDelegateDefault='pgpv'
 POVDelegateDefault='povray'
 if test "$native_win32_build" = 'yes'; then
     PSDelegateDefault='gswin32c'
-elif test $framework -gt 0; then
+elif test "$gslib_framework" = 'yes'; then
     PSDelegateDefault='gsc'
 else
     PSDelegateDefault='gs'
index ceb14420983c305e3e19419dbf02559cae1795ef..4d2ba37ecfc551186d27ae5941f59624e18993ba 100755 (executable)
@@ -1798,6 +1798,7 @@ AC_ARG_WITH([gslib],
     [with_gslib=$withval],
     [with_gslib='no'])
 
+gslib_framework='no'
 if test "$with_gslib" != 'yes'; then
     DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-gslib=$with_gslib "
 fi
@@ -1808,7 +1809,7 @@ if test "$with_gslib" != 'no'; then
     AC_MSG_RESULT([-------------------------------------------------------------])
     AC_MSG_CHECKING([for Ghostscript])
     AC_MSG_RESULT([])
-    framework=0;
+    framework=0
     failed=0
     passed=0
     AC_CHECK_HEADER(ghostscript/iapi.h,passed=`expr $passed + 1`,
@@ -1825,6 +1826,7 @@ if test "$with_gslib" != 'no'; then
         else
             if test $framework -gt 0; then
                 GS_LIBS='-framework Ghostscript'
+                gslib_framework='yes'
                 AC_MSG_RESULT([yes, using framework.])
             else
                 AC_MSG_RESULT([yes, using library.])
@@ -2629,7 +2631,7 @@ PGPDecodeDelegateDefault='pgpv'
 POVDelegateDefault='povray'
 if test "$native_win32_build" = 'yes'; then
     PSDelegateDefault='gswin32c'
-elif test $framework -gt 0; then
+elif test "$gslib_framework" = 'yes'; then
     PSDelegateDefault='gsc'
 else
     PSDelegateDefault='gs'
index f0d7eae46e67088b8a524caf034b2feb90cc887d..1c8c1bd832b3e4d5ddefde9ea3ea9dd0e450c7be 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 #define MagickLibVersionText  "6.5.6"
 #define MagickLibVersionNumber  2,0,0
 #define MagickLibSubversion  "-5"
-#define MagickReleaseDate  "2009-09-24"
+#define MagickReleaseDate  "2009-09-25"
 #define MagickChangeDate   "20090922"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickHomeURL  "file:///usr/local/share/doc/ImageMagick-6.5.6/index.html"